MemberOperator Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
All | 0 | The contained filter in the MemberPredicate has to return true for all elements in the specified member. | |
Any | 1 | The contained filter in the MemberPredicate has to return true for at least one element in the specified member. | |
Null | 2 | The specified member has no data. The specified filter of the MemberPredicate is ignored. This operator can for example be used to test if the specified member is set, e.g. filter on all OrderEntity instances which have Customer set to an instance. |
(c)2002-2018 Solutions Design bv