Back to Devexpress

SelectQuery.Tables Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-selectquery-0cd2d028.md

latest1.2 KB
Original Source

SelectQuery.Tables Property

Provides access to all tables selected by the current query.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public IList<Table> Tables { get; }
vb
<Browsable(False)>
Public ReadOnly Property Tables As IList(Of Table)

Property Value

TypeDescription
IList<Table>

A collection of Table objects.

|

See Also

SelectQuery Class

SelectQuery Members

DevExpress.DataAccess.Sql Namespace