IEntityCoreGetConcurrencyPredicate 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.12.0.0 (5.12.0)
SyntaxIPredicateExpression GetConcurrencyPredicate(
	ConcurrencyPredicateType predicateTypeToCreate
)
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