Click or drag to resize
Expression Constructor (IExpression, ExOp, IExpression)
CTor for (expression) operator (expression) expressions.

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 Expression(
	IExpression leftOperand,
	ExOp operatorToUse,
	IExpression rightOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
the left operand, which is an IExpression implementation
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesExOp
operator to use in this expression
rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
the right operand, which is an IExpression implementation
See Also