Show / Hide Table of Contents

Enum DbUnionKind

Specifies the kind of SQL UNION.

Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public enum DbUnionKind

Fields

Name Description
Union

SQL UNION for distinct values.

UnionAll

SQL UNION for all values.

Extension Methods

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