Click or drag to resize

QueryApiObjectTraverserTraverse Method (IRelationCollection)

Traverses the specified relationcollection and the relations in it.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual void Traverse(
	IRelationCollection objectToTraverse
)

Parameters

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