SelectQueryFluentBuilder.SelectColumn(String) Method
In This Article
Selects a specified column 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 SelectColumn(
string columnName
)
#Parameters
Name | Type | Description |
---|---|---|
column |
String | A String value, specifying the column name. |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also