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