Expression Constructor (IExpression, ExOp, Object) | 
 
            CTor for (expression) operator value expressions. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic Expression(
	IExpression leftOperand,
	ExOp operatorToUse,
	Object rightOperand
)
Public Sub New ( 
	leftOperand As IExpression,
	operatorToUse As ExOp,
	rightOperand As Object
)
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: SystemObject
the right operand, which is a value 
See Also