SelectQueryFluentBuilder.SelectAllColumnsFromTable() Method
In This Article
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.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SelectQueryFluentBuilder SelectAllColumnsFromTable()
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also