Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IConcurrencyPredicateFactory ConcurrencyPredicateFactoryToUse { get; set; }

Property Value

Type: IConcurrencyPredicateFactory
Remarks
Deprecated. Please use the new Dependency injection mechanism to inject factories, validators and other objects into entities
See Also