Click or drag to resize
QueryApiObjectTraverser.TraverseExpressionOperand Method
Traverses the specified expression operand.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void TraverseExpressionOperand(
	IExpressionElement operand
)

Parameters

operand
Type: SD.LLBLGen.Pro.ORMSupportClasses.IExpressionElement
The operand to traverse.
See Also