![]() | Conjunction Methods |
The Conjunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(String) | Property to add to the conjunction (AND) or disjunction (OR). (Inherited from Junction.) |
![]() | Add(Expression) | Expression to add to the conjunction (AND) or disjunction (OR). (Inherited from Junction.) |
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |