JoinOperand.Exists Method
| Name | Parameters | Description |
|---|---|---|
| Exists() | none | Creates a new JoinOperand which determines whether or not the count of elements that match the JoinOperand.Condition is greater than zero. |
| Exists(CriteriaOperator) | aggregatedExpression | Creates a new JoinOperand which determines whether or not the count of elements that match the JoinOperand.Condition is greater than zero. |