CustomAggregateColumnAttribute Properties
The CustomAggregateColumnAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
GroupBy |
If true, group by this column.
(Inherited from BaseAggregateAttribute.) |
![]() |
Order |
The order is important for group by columns. If tied or null, uses the order the properties appear in reflection.
(Inherited from BaseAggregateAttribute.) |
![]() |
SelectExpression |
Gets the name of the source column to be provided to the aggregate function.
|