Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public override void Traverse(
	IDbFunctionCall objectToTraverse
)

Parameters

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