Table of Contents

Enum SetOperation

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public enum SetOperation
Extension Methods

Fields

Except = 2
ExceptAll = 3
Intersect = 4
IntersectAll = 5
Union = 0
UnionAll = 1