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. |