EntityBaseGetEntityFactoryFromCache Method  | 
 
            Gets the factory instance for the entity type specified from the cache.  
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected abstract IEntityFactory GetEntityFactoryFromCache(
	int entityTypeEnumValue
)
Protected MustOverride Function GetEntityFactoryFromCache ( 
	entityTypeEnumValue As Integer
) As IEntityFactory
Parameters
- entityTypeEnumValue
 - Type: SystemInt32
the type of the entity the factory is for 
Return Value
Type: 
IEntityFactory
See Also