LinqUtilsDetermineInheritanceHierarchyTypeOfEntity 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.10.0.0 (5.10.0)
Syntaxpublic static InheritanceHierarchyType DetermineInheritanceHierarchyTypeOfEntity(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function DetermineInheritanceHierarchyTypeOfEntity ( 
	entityType As Type,
	generatedCodeElementCreator As IElementCreatorCore
) As InheritanceHierarchyType
Parameters
- entityType
 - Type: SystemType
Type of the entity. - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator. 
Return Value
Type: 
InheritanceHierarchyType
See Also