Click or drag to resize
WhereBuilderGetBinaryOperator Method
Gets the binary operator based on the expression type

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

Parameters

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

Return Value

Type: String
See Also