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.6.0.0 (5.6.19.0117)
Syntax protected 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:
IEntityFactorySee Also