Click or drag to resize

MappingTrackerGetNewFieldNameForRenamedField Method

Determines if the field specified with its original object alias was renamed (and thus tracked by this mapping tracker). If so, it will return the new name of the specified field. If not, it will return the field alias of the field object specified.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string GetNewFieldNameForRenamedField(
	IEntityFieldCore field,
	SetAlias originalObjectAlias
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
originalObjectAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias

Return Value

Type: String
the new name for the field specified, if it was renamed or the alias of the field specified if it wasn't
See Also