ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetExtender Class / Tables Property

In This Topic
    Tables Property
    In This Topic
    Gets the collection of the DataTableExtender objects which extend the property set of the DataTable objects from the underlying typed DataSet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As C1SchemaTableCollection
    public C1SchemaTableCollection Tables {get;}
    See Also