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

In This Topic
Tables Property (DataSchema)
In This Topic
Gets the collection of tables defined in the schema.
Syntax
'Declaration
 
Public ReadOnly Property Tables As IItemCollection(Of Table)
 

Property Value

An GrapeCity.ActiveReports.QueryDesigner.Implementation.IItemCollection<T> representing the tables in the schema.
See Also