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

In This Topic
    BaseSchemaTables Property
    In This Topic
    Gets the collection of C1.C1DataExtender.SchemaExtender.DataTableExtender objects from the C1DataViewSet.SchemaExtender of the owning C1DataViewSet that extends System.Data.DataTable objects from the BaseTables collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property BaseSchemaTables As C1ViewSchemaTableCollection
    public C1ViewSchemaTableCollection BaseSchemaTables {get;}
    Remarks
    C1.C1DataExtender.SchemaExtender.DataTableExtender objects in this collection has the same order as corresponding System.Data.DataTable objects from the BaseTables collection.
    See Also