Click or drag to resize
QueryApiObjectTraverserTraverse Method (IGroupByCollection)
Traverses the specified groupby collection and contained objects.

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

Parameters

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