Click or drag to resize
PredicateWrapper Constructor (IPredicate)
Initializes a new instance of the PredicateWrapper class.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public PredicateWrapper(
	IPredicate predicateToWrap
)

Parameters

predicateToWrap
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The predicate to wrap.
See Also