DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Item Property / Item(Int32) Property
The zero-based index of the parameter.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets and sets the DbParameter at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Shadows Property Item( _
       ByVal index As Integer _
    ) As DbParameter
    public new DbParameter Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The zero-based index of the parameter.

    Property Value

    The DbParameter at the specified index.
    See Also