Click or drag to resize

InheritanceInfoEntityNamesOnHierarchyPath Property

List with all the entity names on the path to the root, starting with the hierarchy root and ending with the OwnerEntityName. If OwnerEntityName entity is a root entity, this collection contains one name: OwnerEntityName.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public List<string> EntityNamesOnHierarchyPath { get; }

Property Value

Type: ListString

Implements

IInheritanceInfoEntityNamesOnHierarchyPath
See Also