Click or drag to resize
LLBLGenProDataSourceView2EntityFactoryToUse Property
Gets the entity factory to use.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEntityFactory2 EntityFactoryToUse { get; set; }

Property Value

Type: IEntityFactory2
The entity factory to use.
See Also