ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewSchemaTableCollection Class / Item Property / Item(Int32) Property
An index of C1.C1DataExtender.SchemaExtender.DataTableExtender in the collection.

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

    Parameters

    index
    An index of C1.C1DataExtender.SchemaExtender.DataTableExtender in the collection.

    Property Value

    A C1.C1DataExtender.SchemaExtender.DataTableExtender object at the specified index.
    See Also