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

SelectQueryFluentBuilder.SelectColumn Method

Name Parameters Description
SelectColumn(String, AggregationType, String) columnName, aggregate, alias Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
SelectColumn(String, String) columnName, alias Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.
SelectColumn(String) columnName Selects a specified column from the last table added by the SelectQueryFluentBuilder.AddTable or SelectQueryFluentBuilder.Join method.