Enum RelationshipJoinType
Holds the type of join in sql. Normally left or right join.
Namespace: LemonEdge.Utils.Database
Assembly: LemonEdge.Utils.dll
Syntax
public enum RelationshipJoinType : short
Fields
Name | Description |
---|---|
CrossJoin | A cross table join |
Exclusive | Inner Join or Cross Apply (if joining to an inline function) |
Inclusive | Left Outer Join or Outer Apply (if joining to an inline function) |