IInheritanceInfoProviderGetHierarchyType Method  | 
 
            Gets the type of the hierarchy.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxInheritanceHierarchyType GetHierarchyType(
	string entityName
)
Function GetHierarchyType ( 
	entityName As String
) As InheritanceHierarchyType
Parameters
- entityName
 - Type: SystemString
Name of the entity. 
Return Value
Type: 
InheritanceHierarchyTypethe type of the hierarchy of the entity name specified
See Also