Click or drag to resize

LinqUtils.CorrectRenamedFieldIfRequired Method

Corrects the field's name if it targets a renamed field in a derived set.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public static void CorrectRenamedFieldIfRequired(
	SetAlias aliasOfContainingSet,
	SetAlias aliasOfRealSource,
	MappingTracker trackedMappings,
	IEntityFieldCore field
)

Parameters

aliasOfContainingSet
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
aliasOfRealSource
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
trackedMappings
Type: SD.LLBLGen.Pro.LinqSupportClasses.MappingTracker
field
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
See Also