Sql.Net Class Library Documentation

SelectColumn Constructor (String, FromTerm, String, SqlAggregationFunction)

Creates a SelectColumn with a column name, table, column alias and optional aggregation function

public SelectColumn(
   string columnName,
   FromTerm table,
   string columnAlias,
   SqlAggregationFunction function
);

Parameters

columnName
Name of a column
table
The table this field belongs to
columnAlias
Alias of the column
function
Aggregation function to be applied to the column. Use SqlAggregationFunction.None to specify that no function should be applied.

See Also

SelectColumn Class | Reeb.SqlOM Namespace | SelectColumn Constructor Overload List