Click or drag to resize
QueryApiObjectTraverserTraverse Method (ISortExpression)
Traverses the specified sortexpression 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(
	ISortExpression objectToTraverse
)

Parameters

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