SelectQuery.SelectColumn Method
Name | Parameters | Description |
---|---|---|
SelectColumn(Table, String, AggregationType, String) | table, columnName, aggregate, alias | Selects a specified column from a required data table by specifying an aggregate function and column alias. |
SelectColumn(Table, String, String) | table, columnName, alias | Obtains a specified column from a data table. |
SelectColumn(Table, String) | table, columnName | Selects a specified column from a required data table. |