UnaryOperator

Overview

The UnaryOperator enumeration denotes the unary operator applied to operand of a UnaryExpression expression. The UnaryOperator enumeration is widely used when Dynamic Where expressions are created in code.

The following table shows how UnaryOperator values are translated into human-readable expressions.

Location


Value Description
Minus Negates the value of the operand. The operand should be of a numeric type.
Not Logical NOT operation.