Enum DbUnaryExpressionKind
Represents operation of unary expression.
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public enum DbUnaryExpressionKind
Fields
Name | Description |
---|---|
Negate | The negate operation. |
Not | The logic NOT operation. |
OnesComplement | Bitwise one's complement operation. |