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