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. |