Click or drag to resize
AliasUpdaterUpdateAlias 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.3.0.0 (5.3.0)
Syntax
public void UpdateAlias(
	SetAlias oldAlias,
	SetAlias newAlias,
	Object objectToTraverse
)

Parameters

oldAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The old alias.
newAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The new alias.
objectToTraverse
Type: SystemObject
The object to traverse.
See Also