Skip to content

TableLinkType enum

Type of the link (inner, outer left, outer right or full)

public enum Korzh.EasyQuery.Db.TableLinkType
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0InnerInner join.
1LeftLeft outer join.
2RightRight outer join.
3FullFull join.
4CrossCross join.
5CrossApplyCross apply