Click or drag to resize
ElementCreatorBaseIElementCreatorCoreGetFactory Method (Type)
Gets the factory of the Entity type with the .NET 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
IEntityFactoryCore IElementCreatorCore.GetFactory(
	Type typeOfEntity
)

Parameters

typeOfEntity
Type: SystemType
The type of entity.

Return Value

Type: IEntityFactoryCore
the entity factory of the entity type or null if not found

Implements

IElementCreatorCoreGetFactory(Type)
See Also