Click or drag to resize
Expression Constructor (IExpression, ExOp, IEntityFieldCore)
CTor for (expression) operator field 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,
	IEntityFieldCore 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.ORMSupportClassesIEntityFieldCore
the right operand, which is a field
See Also