Skip to main content
A newer version of this page is available. .

Table Class

A data table retrieved by an associated SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public sealed class Table

Remarks

To access all tables selected by a specific query, use the SelectQuery.Tables property.

Inheritance

Object
Table
See Also