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.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Description
IList<Table>

A collection of Table objects.

See Also