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

SelectQueryFluentBuilder.SelectColumn(String) Method

Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public SelectQueryFluentBuilder SelectColumn(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value, specifying the column name.

Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also