Enum SqlJoinType
Defines join type. Used with join LINQ helpers.
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public enum SqlJoinType : int
Fields
Name | Description |
---|---|
Full | Full outer join. |
Inner | Inner join. |
Left | Left outer join. |
Right | Right outer join. |