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
)
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:
IEntityFactoryCoreSee Also