Returns the location of the SAParameter object in the collection.
Public Overrides Function IndexOf( ByVal parameterName As String ) As Integer
public override int IndexOf(string parameterName)
parameterName The name of the parameter to locate.
The zero-based index of the SAParameter object in the collection.