QueryApiObjectTraverserTraverse Method (IDbFunctionCall) |
Traverses the specified dbfunction call and contained objects.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public 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