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.9.0.0 (5.9.0)
Syntax public string GetNewFieldNameForRenamedField(
IEntityFieldCore field,
SetAlias originalObjectAlias
)
Public Function GetNewFieldNameForRenamedField (
field As IEntityFieldCore,
originalObjectAlias As SetAlias
) As String
Parameters
- field
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
- originalObjectAlias
- Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
Return Value
Type:
Stringthe new name for the field specified, if it was renamed or the alias of the field specified if it wasn't
See Also