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