Click or drag to resize
PrefetchPathElement2.EntityFactoryToUse 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

IPrefetchPathElement2.EntityFactoryToUse
See Also