'Declaration Public Overloads Overrides Function IndexOf( _ ByVal parameterName As String _ ) As Integer
public override int IndexOf( string parameterName )
Parameters
- parameterName
- The name of the DbParameter object in the collection.
Return Value
The index of the DbParameter object with the specified name.