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