Click or drag to resize

MappingTracker.GetNewFieldNameForRenamedField 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.9.0.0 (5.9.0)
Syntax
public string GetNewFieldNameForRenamedField(
	IEntityFieldCore field,
	SetAlias originalObjectAlias
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
originalObjectAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias

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