Enum EJoinType
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
public enum EJoinType
Fields
cross = 0crossapply = 9full = 2fullouter = 5inner = 8join = 22left = 3leftouter = 6leftsemi = 21natural = 1natural_full = 14natural_fullouter = 15natural_inner = 16natural_left = 17natural_leftouter = 19natural_right = 18natural_rightouter = 20nested = 13outerapply = 10right = 4rightouter = 7straight = 11union = 12