Expression Constructor (IEntityFieldCore, ExOp, Object) |
CTor for field operator value 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(
IEntityFieldCore leftOperand,
ExOp operatorToUse,
Object rightOperand
)
Public Sub New (
leftOperand As IEntityFieldCore,
operatorToUse As ExOp,
rightOperand As Object
)
Parameters
- leftOperand
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
the left operand, which is a field - operatorToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesExOp
operator to use in this expression - rightOperand
- Type: SystemObject
the right operand, which is a value
See Also