ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / DataSchema Class / Tables Property

In This Topic
    Tables Property (DataSchema)
    In This Topic
    The tables collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As IItemCollection(Of Table)
    public IItemCollection<Table> Tables {get;}
    See Also