Skip to main content

SelectQuery.Tables Property

Provides access to all tables selected by the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.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