GroupByExpression Properties |
The GroupByExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignVariable |
Gets/Sets the Variable that the grouped upon value should be assigned to.
(Inherited from BaseGroupBy.) | |
| Child |
Gets/Sets the Child GROUP BY Clause.
(Inherited from BaseGroupBy.) | |
| Expression |
Gets the Expression used to GROUP BY.
(Overrides BaseGroupByExpression.) | |
| ProjectableVariables |
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
(Overrides BaseGroupByProjectableVariables.) | |
| Variables |
Gets the Fixed Variables used in the Grouping.
(Overrides BaseGroupByVariables.) |