Click or drag to resize

AliasUpdater.UpdateAlias Method

Updates the old alias with the new alias and also updates all fields associated with the old alias found in the object to traverse to the new alias.

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 void UpdateAlias(
	SetAlias oldAlias,
	SetAlias newAlias,
	Object objectToTraverse
)

Parameters

oldAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The old alias.
newAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The new alias.
objectToTraverse
Type: System.Object
The object to traverse.
See Also