Skip to main content

TableQuery.Tables Property

Provides access to the collection of data tables defined for the TableQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public TableInfoList Tables { get; }

Property Value

Type Description
TableInfoList

A TableInfoList value, specifying the collection of data tables.

See Also