QueryApiObjectTraverserTraverseExpressionOperand Method |
Traverses the specified expression operand.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public virtual void TraverseExpressionOperand(
IExpressionElement operand
)
Public Overridable Sub TraverseExpressionOperand (
operand As IExpressionElement
)
Parameters
- operand
- Type: SD.LLBLGen.Pro.ORMSupportClassesIExpressionElement
The operand to traverse.
See Also