class
LogicOperator
Concatenate two matching expressions using the AND or OR logical operators.
new LogicOperator()
Developers never istantiate the LogicOperator class: only use its static properties.
Properties
constant static
AND LogicOperator
An instance of LogicOperator representing the AND logical operator.
- See also
- MatchExpression
constant static
OR LogicOperator
An instance of LogicOperator representing the OR logical operator.
- See also
- MatchExpression
read-only
id string
Returns the id of the current LogicOperator instance. It can be the string "AND" or "OR".