WhereBuilderGetBinaryOperator Method |
Gets the binary operator based on the expression type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
StringSee Also