Click or drag to resize
PrefetchPathElement2EntityFactoryToUse Property
The factory to use during the fetch of the entities defined by this path element. If this property is not set, the entity factory in the RetrievalCollection is used. Use this property to override the default factory,

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 IEntityFactory2 EntityFactoryToUse { get; set; }

Property Value

Type: IEntityFactory2

Implements

IPrefetchPathElement2EntityFactoryToUse
See Also