Click or drag to resize
EntityFactoryCache2GetEntityFactory Method (EntityBase2)
Gets the entity factory for the specified entity from the cache

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static IEntityFactory2 GetEntityFactory(
	EntityBase2 entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesEntityBase2
The entity.

Return Value

Type: IEntityFactory2
See Also