MappingTrackerAddRenamedFieldInProjectionWithNewName Method  | 
 
            Adds the specified field (which has to have its original name and alias) with its new name, which was assigned as an alias to the field due to a name clash / duplicate
            situation in a projection. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic void AddRenamedFieldInProjectionWithNewName(
	IEntityFieldCore originalField,
	string newName
)
Public Sub AddRenamedFieldInProjectionWithNewName ( 
	originalField As IEntityFieldCore,
	newName As String
)
Parameters
- originalField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
 - newName
 - Type: SystemString
 
See Also