Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
InheritanceHierarchyType GetHierarchyType(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity.

Return Value

Type: InheritanceHierarchyType
the type of the hierarchy of the entity name specified
See Also