Click or drag to resize

FunctionMappingExpressionReplacerTraverseExpressionOperand Method

Traverses the expression operand.

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 TraverseExpressionOperand(
	IExpressionElement operand
)

Parameters

operand
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpressionElement
The operand.
See Also