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

SelectQuery.Tables Property

Provides access to all tables selected by the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
IList<Table>

A collection of Table objects.

See Also