DelegatePredicate Constructor (DelegatePredicateCallback, Boolean) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic DelegatePredicate(
DelegatePredicateCallback callback,
bool negate
)
Public Sub New (
callback As DelegatePredicateCallback,
negate As Boolean
)
Parameters
- callback
- Type: SD.LLBLGen.Pro.ORMSupportClassesDelegatePredicateCallback
The callback to call for entity interpretation. - negate
- Type: SystemBoolean
flag to negate the results of the predicate
See Also