Click or drag to resize

GroupByExpression Properties

The GroupByExpression type exposes the following members.

Properties
  NameDescription
Public propertyAssignVariable
Gets/Sets the Variable that the grouped upon value should be assigned to.
(Inherited from BaseGroupBy.)
Public propertyChild
Gets/Sets the Child GROUP BY Clause.
(Inherited from BaseGroupBy.)
Public propertyExpression
Gets the Expression used to GROUP BY.
(Overrides BaseGroupByExpression.)
Public propertyProjectableVariables
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
(Overrides BaseGroupByProjectableVariables.)
Public propertyVariables
Gets the Fixed Variables used in the Grouping.
(Overrides BaseGroupByVariables.)
Top
See Also