DbGroupByExpression Properties
.NET Framework 4.5
The DbGroupByExpression type exposes the following members.
| Name | Description | |
|---|---|---|
|
Aggregates | Gets a DbAggregate list that provides the aggregates to apply. |
|
ExpressionKind | Gets the kind of the expression, which indicates the operation of this expression. (Inherited from DbExpression.) |
|
Input | Gets the DbGroupExpressionBinding that specifies the input set and provides access to the set element and group element variables. |
|
Keys | Gets a DbExpression list that provides grouping keys. |
|
ResultType | Gets the type metadata for the result type of the expression. (Inherited from DbExpression.) |