ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetConnectionCollection Class / Item Property / Item(Int32) Property
An index of DataSetConnectionExtender.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the DataSetConnectionExtender object at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As DataSetConnectionExtender
    public DataSetConnectionExtender Item( 
       System.int index
    ) {get;}

    Parameters

    index
    An index of DataSetConnectionExtender.

    Property Value

    A DataSetConnectionExtender.
    See Also