Show / Hide Table of Contents

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.

Extension Methods

ColumnExtensions.WithDefaultValue<DbUnaryExpressionKind, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<DbUnaryExpressionKind, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest