SqlUnionType enumeration

namespace: Serenity.Data   assemblySerenity.Net.Data

Type of SQL UNIONs.

public enum SqlUnionType

Values

name value description
Union 1 UNION
UnionAll 2 UNION ALL
Intersect 3 INTERSECT
IntersectAll 4 INTERSECT ALL
Except 5 EXCEPT
ExceptAll 6 EXCEPT ALL

See Also