| 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.1.0.0 (5.1.0)
SyntaxIPredicateExpression CreatePredicate(
	ConcurrencyPredicateType predicateTypeToCreate,
	Object containingEntity
)
Function CreatePredicate ( 
	predicateTypeToCreate As ConcurrencyPredicateType,
	containingEntity As Object
) As IPredicateExpression
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: 
IPredicateExpressionA ready to use predicate to use in the query to execute. Can be null/Nothing, in which case the predicate is ignored
See Also