Click or drag to resize
EntityFactoryCache2GetEntityFactory Method (Type)
Gets the entity factory instance to use for the type passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEntityFactory2 GetEntityFactory(
	Type factoryType
)

Parameters

factoryType
Type: SystemType
Type of the factory.

Return Value

Type: IEntityFactory2
See Also