BaseGroupBy Properties |
The BaseGroupBy type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignVariable |
Gets/Sets the Variable that the grouped upon value should be assigned to.
| |
| Child |
Gets/Sets the Child GROUP BY Clause.
| |
| Expression |
Gets the Expression used to GROUP BY.
| |
| ProjectableVariables |
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
| |
| Variables |
Gets the Variables involved in this Group By.
|