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