[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.CompoundExpressionInfo.-ctor

CompoundExpressionInfo Constructor

CompoundExpressionInfo(string, ExpressionResultType, ExpressionInfo, ExpressionInfo, OperatorType)

Initializes a new instance of the CompoundExpressionInfo class with the specified parameters

Declaration
public CompoundExpressionInfo(string expression, ExpressionResultType resultType, ExpressionInfo infoLeft, ExpressionInfo infoRight, OperatorType operatorType)
Parameters
Type Name Description
string expression

The string representation of the compound expression. If null or empty, it will be generated automatically.

ExpressionResultType resultType

The expected result type of the expression evaluation.

ExpressionInfo infoLeft

The ExpressionInfo for the left side of the expression. This is null for unary expressions.

ExpressionInfo infoRight

The ExpressionInfo for the right side of the expression.

OperatorType operatorType

The type of operator that defines the relationship between infoLeft and infoRight.