C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / IndexOf Method / IndexOf(String) Method
The name of the DbParameter object in the collection.

In This Topic
IndexOf(String) Method
In This Topic
Returns the index of the DbParameter object with the specified name.
Syntax
'Declaration
 
Public Overloads Overrides Function IndexOf( _
   ByVal parameterName 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.
See Also