Returns the location of the IDataParameter within the collection.
[Visual Basic] Function IndexOf( _ ByVal sourceTableName As String _ ) As Integer [C#] int IndexOf( string sourceTableName ); [C++] int IndexOf( String* sourceTableName ) = 0; [JScript] function IndexOf( sourceTableName : String ) : int;
The location of the IDataParameter within the collection.
IDataParameters Interface | IDataParameters Members | System.Data.Internal Namespace