Gets the location in the collection of the
DbParameterBase object with a specific parameter name.
'Declaration
Public Overloads Overrides Function IndexOf( _
ByVal As String _
) As Integer
Parameters
- parameterName
- The name of the parameter to retrieve.
Return Value
The zero-based location of the
DbParameterBase in the collection.