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.4.0.0 (5.4.0)
SyntaxList<string> GetEntityNamesOnHierarchyPath(
string entityName
)
Function GetEntityNamesOnHierarchyPath (
entityName As String
) As List(Of String)
Parameters
- entityName
- Type: SystemString
Name of the entity.
Return Value
Type:
ListString
See Also