ModelInfoProviderBaseGetHierarchyType 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.12.0.0 (5.12.0)
Syntaxpublic InheritanceHierarchyType GetHierarchyType(
string entityName
)
Public 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
Implements
IInheritanceInfoProviderGetHierarchyType(String)
See Also