Click or drag to resize

LinqUtilsGetFactoryInstanceForEntityType Method

Gets the factory associated with the type specified, which can be a type representing an entity collection

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static IEntityFactoryCore GetFactoryInstanceForEntityType(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)

Parameters

entityType
Type: SystemType
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore

Return Value

Type: IEntityFactoryCore
See Also