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: 8.2.23
Syntax
C#
public virtual string GetBinaryOperator(
	ExpressionType ex
)

Parameters

ex
Type: System.Linq.ExpressionsExpressionType
Expression type

Return Value

Type: String
See Also