EntityCoreTFieldsCreateConcurrencyPredicateFactory Method |
Creates the concurrency predicate factory for this entity. Routine is called from the entity constructor. Implement in an entity
class to set a particular ConcurrentyPredicateFactory object at construction time. Use this routine if you don't want to use
LLBLGen Pro's build in dependency injection mechanism.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected virtual IConcurrencyPredicateFactory CreateConcurrencyPredicateFactory()
Protected Overridable Function CreateConcurrencyPredicateFactory As IConcurrencyPredicateFactory
Return Value
Type:
IConcurrencyPredicateFactoryReady to use ConcurrencyPredicateFactory
Remarks Users of the .NET compact framework can't use dependency injection and should use this method instead
See Also