ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / BaseTables Property

In This Topic
    BaseTables Property
    In This Topic
    Gets the collection of System.Data.DataTable objects referenced in the Definition property.
    Syntax
    'Declaration
     
    Public ReadOnly Property BaseTables As BaseTableCollection
    public BaseTableCollection BaseTables {get;}
    Remarks
    Tables can be retrieved from the collection by index or by table alias specified in Definition. If alias for a table has not been defined explicitly in the definition statement then table name should be used (it is treated as an alias).
    See Also