Click or drag to resize
IInheritanceInfoProviderGetEntityNamesOnHierarchyPath Method
Gets the entity names on hierarchy path, from this entity to the root starting with the root of the hierarchy and ending with the name specified as entityName. If entityName entity is a root entity, this collection contains one name: entityName.

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
List<string> GetEntityNamesOnHierarchyPath(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity.

Return Value

Type: ListString
See Also