Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reworded description of whereClauses (GitHub #136/#221)

...

    • The compoundExpression attribute contains the definition of a compound expression represented as an instance of the CompoundGroupExpression class, in which:
      • The logicalOperator attribute contains a value from the ExpressionLogicalOperatorEnum enumeration.
      • The whereClauses attribute contains 1 or more subclauses being combined or negated by the specified logical operator. Each subclause is represented as one of the following:
        • A where clause represented as an instance of the WhereClause class, with the subclause expressed using either the
        ReferencedGroup class (whose
        • condition or compoundExpression attribute.
        • A reference to another predefined group represented as an instance of the ReferencedGroup class, in which the subClauseId attribute contains the identifier value of
        another instance of the Group class) or the WhereClause class (containing the subclause defined using either the condition or compoundExpression attribute)
        • the referenced group.

Refer to the WhereClauseCompoundExpression section for more information about compound expressions.

...