Click or drag to resize

IConcurrencyPredicateFactoryCreatePredicate Method

Creates the requested predicate of the type specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
IPredicateExpression CreatePredicate(
	ConcurrencyPredicateType predicateTypeToCreate,
	Object containingEntity
)

Parameters

predicateTypeToCreate
Type: SD.LLBLGen.Pro.ORMSupportClassesConcurrencyPredicateType
The type of predicate to create
containingEntity
Type: SystemObject
the entity object containing this IConcurrencyPredicateFactory instance.

Return Value

Type: IPredicateExpression
A ready to use predicate to use in the query to execute. Can be null/Nothing, in which case the predicate is ignored
See Also