Constructor AggregateFunctionExpression
| Improve this Doc View SourceAggregateFunctionExpression(Column)
Initializes a new instance of AggregateFunctionExpression<T> class.
Declaration
protected AggregateFunctionExpression(Column param)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | param | The parameter of the aggregate function. |