Click or drag to resize

LinqUtils.DetermineInheritanceHierarchyTypeOfEntity Method

Determines the inheritance hierarchy type of entity.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public static InheritanceHierarchyType DetermineInheritanceHierarchyTypeOfEntity(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)

Parameters

entityType
Type: System.Type
Type of the entity.
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClasses.IElementCreatorCore
The generated code element creator.

Return Value

Type: InheritanceHierarchyType
See Also