DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / IndexOf Method / IndexOf(Object) Method
The DbParameter object in the collection.

In This Topic
    IndexOf(Object) Method
    In This Topic
    Returns the index of the specified DbParameter object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function IndexOf( _
       ByVal value As Object _
    ) As Integer
    public override int IndexOf( 
       object value
    )

    Parameters

    value
    The DbParameter object in the collection.

    Return Value

    The index of the specified DbParameter object.
    See Also