DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / GetParameter Method / GetParameter(Int32) Method
The index of the DbParameter in the collection.

In This Topic
    GetParameter(Int32) Method
    In This Topic
    Returns the DbParameter object at the specified index in the collection.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Function GetParameter( _
       ByVal index As Integer _
    ) As DbParameter
    protected override DbParameter GetParameter( 
       int index
    )

    Parameters

    index
    The index of the DbParameter in the collection.
    See Also