'Declaration Public Overloads Overrides Function IndexOf( _ ByVal parameterName As String _ ) As Integer
public override int IndexOf( string parameterName )
Parameters
- parameterName
- The name of the parameter to retrieve.
Return Value
The zero-based location of the DbParameterBase in the collection.