Returns the location of the SQLParameter within the collection given the value.
[Visual Basic] Overloads Public Function IndexOf( _ ByVal parameter As Object _ ) As Integer [C#] public int IndexOf( object parameter ); [C++] public: int IndexOf( Object* parameter ); [JScript] public function IndexOf( parameter : Object ) : int;
The location of the SQLParameter within the collection.
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.IndexOf Overload List