Enum DbUnionKind
Specifies the kind of SQL UNION.
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public enum DbUnionKindFields
| Name | Description | 
|---|---|
| Union | SQL UNION for distinct values. | 
| UnionAll | SQL UNION for all values. |