SelectQuery.Tables Property
In This Article
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
#Property Value
Type | Description |
---|---|
IList<Table> | A collection of Table objects. |
See Also