Click or drag to resize
AllAnyPredicateProducersAny Method
Overload List
  NameDescription
Public methodStatic memberAny(QuerySpec)
Creates a predicate which has to be true it there's at least one element in query, which is equal to EXISTS(QUERY)
Public methodStatic memberAny(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))
Top
See Also