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