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.4.0.0 (5.4.0)
Syntax public IConcurrencyPredicateFactory ConcurrencyPredicateFactoryToUse { get; set; }
Public Property ConcurrencyPredicateFactoryToUse As IConcurrencyPredicateFactory
Get
Set
Property Value
Type:
IConcurrencyPredicateFactoryRemarks Deprecated. Please use the new Dependency injection mechanism to inject factories, validators and other objects into entities
See Also