Skip to main content

SelectQueryFluentBuilder.SelectAllColumnsFromTable() Method

Selects all columns from the associated table. These columns are obtained from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SelectQueryFluentBuilder SelectAllColumnsFromTable()

Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also