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.1.0.0 (5.1.0)
Syntax public IEntityFactory2 EntityFactoryToUse { get; set; }
Public Property EntityFactoryToUse As IEntityFactory2
Get
Set
Property Value
Type:
IEntityFactory2The entity factory to use.
See Also