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

AllColumns.Table Property

Specifies the table whose columns are being selected.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

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

Declaration

public Table Table { get; set; }

Property Value

Type Description
Table

A Table object.

Remarks

Setting the Table property to null will select all columns from all selected data tables.

See Also