IPrefetchPathElement2EntityFactoryToUse 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.1.0.0 (5.1.0)
Syntax IEntityFactory2 EntityFactoryToUse { get; set; }
Property EntityFactoryToUse As IEntityFactory2
Get
Set
Property Value
Type:
IEntityFactory2See Also