AllAnyPredicateProducers Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The AllAnyPredicateProducers type exposes the following members.
Name | Description | |
---|---|---|
All |
Creates a predicate which has to be true for all elements in query, which is equal to NOT EXISTS(QUERY.Where(NOT predicate))
| |
Any(QuerySpec) |
Creates a predicate which has to be true it there's at least one element in query, which is equal to EXISTS(QUERY)
| |
Any(QuerySpec, IPredicate) |
Creates a predicate which has to be true for at least one element in query, which is equal to EXISTS(QUERY.Where(predicate))
|