AggregateColumnAttribute Members
The AggregateColumnAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
AggregateColumnAttribute |
Initializes a new instance of the AggregateColumnAttribute 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 | |
|---|---|---|
|
|
AggregateType |
Gets the type of the aggregate to be performed.
|
|
|
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.) |
|
|
SourceColumnName |
Gets the name of the source column to be provided to the aggregate function.
|

