ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / BaseTableCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tableAlias As System.String _
    ) As System.Data.DataTable
    public System.Data.DataTable Item( 
       System.string tableAlias
    ) {get;}

    Parameters

    tableAlias
    See Also