Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected abstract IEntityFactory GetEntityFactoryFromCache(
	int entityTypeEnumValue
)

Parameters

entityTypeEnumValue
Type: SystemInt32
the type of the entity the factory is for

Return Value

Type: IEntityFactory
See Also