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