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.10.0.0 (5.10.0)
Syntaxpublic static IEntityFactoryCore GetFactoryInstanceForEntityType(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function GetFactoryInstanceForEntityType ( 
	entityType As Type,
	generatedCodeElementCreator As IElementCreatorCore
) As IEntityFactoryCore
Parameters
- entityType
 - Type: SystemType
 - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
 
Return Value
Type: 
IEntityFactoryCore
See Also