Indicates whether a parameter is in the collection with a specified value.
[Visual Basic] Overloads Public Function Contains( _ ByVal value As Object _ ) As Boolean [C#] public bool Contains( object value ); [C++] public: bool Contains( Object* value ); [JScript] public function Contains( value : Object ) : Boolean;
true if the collection contains the parameter, otherwise false.
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.Contains Overload List