Click or drag to resize
DelegatePredicateTEntity Constructor (PredicateTEntity, 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.3.0.0 (5.3.0)
Syntax
public DelegatePredicate(
	Predicate<TEntity> func,
	bool negate
)

Parameters

func
Type: SystemPredicateTEntity
The func to call.
negate
Type: SystemBoolean
flag to negate the results of the predicate
See Also