Click or drag to resize

ModelInfoProviderBase.GetHierarchyType 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.4.0.0 (5.4.0)
Syntax
public InheritanceHierarchyType GetHierarchyType(
	string entityName
)

Parameters

entityName
Type: System.String
Name of the entity.

Return Value

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

Implements

IInheritanceInfoProvider.GetHierarchyType(String)
See Also