Click or drag to resize
InheritanceInfoProviderBaseGetHierarchyFieldAlias 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.3.0.0 (5.3.0)
Syntax
public string GetHierarchyFieldAlias(
	IEntityFieldCore field
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.

Return Value

Type: String
field alias if the field is in a hierarchy entity, otherwise empty string.

Implements

IInheritanceInfoProviderGetHierarchyFieldAlias(IEntityFieldCore)
See Also