Skip to main content

SelectQuery.Tables Property

Provides access to all tables selected by the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public IList<Table> Tables { get; }

Property Value

Type Description
IList<Table>

A collection of Table objects.

See Also