Click or drag to resize

LinqUtilsCorrectRenamedFieldIfRequired 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.7.0.0 (5.7.0)
Syntax
public static void CorrectRenamedFieldIfRequired(
	SetAlias aliasOfContainingSet,
	SetAlias aliasOfRealSource,
	MappingTracker trackedMappings,
	IEntityFieldCore field
)

Parameters

aliasOfContainingSet
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
aliasOfRealSource
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
trackedMappings
Type: SD.LLBLGen.Pro.LinqSupportClassesMappingTracker
field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
See Also