Click or drag to resize

EntityFieldExpressionCorrectRenamedFieldIfRequired Method

Corrects the name of the field of this expression to a renamed variant if the field it is targeting has been renamed due to a field duplicate situation.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void CorrectRenamedFieldIfRequired(
	MappingTracker trackedMappings
)

Parameters

trackedMappings
Type: SD.LLBLGen.Pro.LinqSupportClassesMappingTracker
See Also