CollectionCoreTConcurrencyPredicateFactoryToUse Property  | 
 
            Gets / sets the IConcurrencyPredicateFactory instance to use when creating entity objects during a GetMulti() call or when AddNew is called.
            
 
    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)
Syntaxpublic IConcurrencyPredicateFactory ConcurrencyPredicateFactoryToUse { get; set; }Public Property ConcurrencyPredicateFactoryToUse As IConcurrencyPredicateFactory
	Get
	Set
Property Value
Type: 
IConcurrencyPredicateFactory
RemarksDeprecated. Please use the new Dependency injection mechanism to inject factories, validators and other objects into entities
See Also