Click or drag to resize

Expression Constructor (Object, ExOp, IExpression)

CTor for value operator (expression) expressions

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public Expression(
	Object leftOperand,
	ExOp operatorToUse,
	IExpression rightOperand
)

Parameters

leftOperand
Type: System.Object
the left operand, which is a value
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.ExOp
operator to use in this expression
rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClasses.IExpression
the right operand, which is an expression
See Also