Click or drag to resize
QueryApiObjectTraverserTraverse Method (IDynamicRelation)
Traverses the specified dynamic relation to traverse.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void Traverse(
	IDynamicRelation objectToTraverse
)

Parameters

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