IInheritanceInfoProviderGetHierarchyFieldAlias Method |
Gets the hierarchy field alias to use for targeting this field in an entity fetch. The alias is of the format FentityIndex_fieldIndex
which is the same alias as for the fields returned by GetHierarchyFields.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax string GetHierarchyFieldAlias(
IEntityFieldCore field
)
Function GetHierarchyFieldAlias (
field As IEntityFieldCore
) As String
Parameters
- field
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.
Return Value
Type:
Stringfield alias if the field is in a hierarchy entity, otherwise empty string.
See Also