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.4.0.0 (5.4.0)
Syntax protected virtual IPredicateExpression GetConcurrencyPredicate(
ConcurrencyPredicateType predicateTypeToCreate
)
Protected Overridable Function GetConcurrencyPredicate (
predicateTypeToCreate As ConcurrencyPredicateType
) As IPredicateExpression
Parameters
- predicateTypeToCreate
- Type: SD.LLBLGen.Pro.ORMSupportClassesConcurrencyPredicateType
The type of predicate to create
Return Value
Type:
IPredicateExpressionA 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