ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewSchemaTableCollection Class / Item Property / Item(String) Property
An alias of the base table which C1.C1DataExtender.SchemaExtender.DataTableExtender is should be retrieved.

In This Topic
    Item(String) Property
    In This Topic
    Gets the C1.C1DataExtender.SchemaExtender.DataTableExtender object corresponding to the table with the specified alias.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tableAlias As System.String _
    ) As DataTableExtender
    public DataTableExtender Item( 
       System.string tableAlias
    ) {get;}

    Parameters

    tableAlias
    An alias of the base table which C1.C1DataExtender.SchemaExtender.DataTableExtender is should be retrieved.

    Property Value

    If base DataTable with the specified alias exists then returns the corresponding C1.C1DataExtender.SchemaExtender.DataTableExtender object; otherwise, a null value is returning.
    See Also