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.12.0.0 (5.12.0)
Syntaxpublic Expression(
Object leftOperand,
ExOp operatorToUse,
IExpression rightOperand
)
Public Sub New (
leftOperand As Object,
operatorToUse As ExOp,
rightOperand As IExpression
)
Parameters
- leftOperand
- Type: SystemObject
the left operand, which is a value - operatorToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesExOp
operator to use in this expression - rightOperand
- Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
the right operand, which is an expression
See Also