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