GroupedExpression¶
A group of expressions to be evaluated before expressions outside of the group. Used to control the order of operations in a formula.
Properties¶
Name | Type | Description | |
---|---|---|---|
Expression | ExpressionBase | 1..1 | Expression to be evaluated. |
Properties Inherited from ExpressionBase¶
No properties are inherited.
Item Type Hierarchy¶
- ExpressionBase
- GroupedExpression