| TextualizerTraverse Method (IDbFunctionCall) | 
 
            Traverses the specified object to traverse.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic override void Traverse(
	IDbFunctionCall objectToTraverse
)
Public Overrides Sub Traverse ( 
	objectToTraverse As IDbFunctionCall
)
Parameters
- objectToTraverse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIDbFunctionCall
The object to traverse. 
See Also