Provides access to all tables selected by the current query.
Namespace:DevExpress.DataAccess.Sql
Assembly:DevExpress.DataAccess.v19.2.dll

Syntax
C# |
public IList<Table> Tables { get; }
|
VB |
Public ReadOnly Property Tables As IList(of Table)
|
Property value
Type: IList<Table>
A collection of Table objects.

See Also