Indicates whether an SAParameter object exists in the collection.
Visual Basic Public Overrides Function Contains( _ ByVal value As String _ ) As Boolean
C# public override bool Contains( string value );
value The name of the parameter to search for.
True if the collection contains the SAParameter object. Otherwise, false.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |