Click or drag to resize

DelegatePredicate Constructor (DelegatePredicateCallback, Boolean)

Initializes a new instance of the DelegatePredicate class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public DelegatePredicate(
	DelegatePredicateCallback callback,
	bool negate
)

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