Click or drag to resize
WhereBuilder.GetBinaryOperator Method
Gets the binary operator based on the expression type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual string GetBinaryOperator(
	ExpressionType ex,
	Expression rightExpression = null
)

Parameters

ex
Type: System.Linq.Expressions.ExpressionType
Expression type
rightExpression (Optional)
Type: System.Linq.Expressions.Expression
Expression on the right side of binary operator (second expression)

Return Value

Type: String
See Also