Click or drag to resize

GroupByVariable Properties

The GroupByVariable 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 Variable Expression Term used by this 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 Variables used in the GROUP BY.
(Overrides BaseGroupByVariables.)
Top
See Also