Enum SqlJoinType
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Defines join type. Used with join LINQ helpers.
public enum SqlJoinType
- Extension Methods
Fields
Full = 3Full outer join.
Inner = 0Inner join.
Left = 1Left outer join.
Right = 2Right outer join.