Click or drag to resize

Expression Constructor (IEntityFieldCore, ExOp, IEntityFieldCore)

CTor for field operator field 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)
Syntax
public Expression(
	IEntityFieldCore leftOperand,
	ExOp operatorToUse,
	IEntityFieldCore rightOperand
)

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: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
the right operand, which is a field
See Also