Click or drag to resize
AliasUpdaterTraverse Method (IRelationCollection)
Traverses the specified relationcollection and the relations in it.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override void Traverse(
	IRelationCollection objectToTraverse
)

Parameters

objectToTraverse
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The object to traverse.
See Also