| QueryApiObjectTraverserTraverse Method (IDbFunctionCall) | 
            Traverses the specified dbfunction call and contained objects.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic virtual void Traverse(
	IDbFunctionCall objectToTraverse
)
Public Overridable Sub Traverse ( 
	objectToTraverse As IDbFunctionCall
)
Parameters
- objectToTraverse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIDbFunctionCall
The object to traverse. 
See Also