Click or drag to resize
InheritanceInfoEntityNamesOfPathsToLeafs Property
List with all the entity names on the paths from the OwnerEntityName entity to all the leafs in the hierarchy below the OwnerEntityName. If the OwnerEntityName is a leaf, this list is empty.

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
public List<string> EntityNamesOfPathsToLeafs { get; }

Property Value

Type: ListString

Implements

IInheritanceInfoEntityNamesOfPathsToLeafs
See Also