Skip to main content
A newer version of this page is available. .

TableQuery.Tables Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Property Value

Type Description
TableInfoList

A TableInfoList value, specifying the collection of data tables.

See Also