dotConnect Universal Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IndexOf Method / IndexOf(String) Method
The name of the parameter to retrieve.

In This Topic
    IndexOf(String) Method
    In This Topic
    Gets the location in the collection of the DbParameterBase object with a specific parameter name.
    Syntax
    '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.
    See Also