Table of Contents

Enum SqlJoinType

Namespace
LinqToDB
Assembly
linq2db.dll

Defines join type. Used with join LINQ helpers.

public enum SqlJoinType
Extension Methods

Fields

Full = 3

Full outer join.

Inner = 0

Inner join.

Left = 1

Left outer join.

Right = 2

Right outer join.