Click or drag to resize
EntityCoreTFieldsGetConcurrencyPredicate Method
Creates the requested predicate of the type specified. If no IConcurrencyPredicateFactory instance is stored in this entity instance, null is returned.

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
protected virtual IPredicateExpression GetConcurrencyPredicate(
	ConcurrencyPredicateType predicateTypeToCreate
)

Parameters

predicateTypeToCreate
Type: SD.LLBLGen.Pro.ORMSupportClassesConcurrencyPredicateType
The type of predicate to create

Return Value

Type: IPredicateExpression
A ready to use predicate to use in the query to execute, or null/Nothing if no IConcurrencyPredicateFactory instance is present, in which case the predicate is ignored
See Also