CustomAggregateColumnAttribute Members
The CustomAggregateColumnAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CustomAggregateColumnAttribute(String, Boolean, Int32) |
Initializes a new instance of the GroupByColumnAttribute class.
|
|
|
CustomAggregateColumnAttribute(String, Boolean) |
Initializes a new instance of the GroupByColumnAttribute class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
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.
|

