Class ClickHouseHints.Join
- Namespace
- LinqToDB.DataProvider.ClickHouse
- Assembly
- linq2db.dll
public static class ClickHouseHints.Join
- Inheritance
-
ClickHouseHints.Join
Fields
All
public const string All = "ALL"
Field Value
- string
AllAnti
public const string AllAnti = "ALL ANTI"
Field Value
- string
AllAny
public const string AllAny = "ALL ANY"
Field Value
- string
AllAsOf
public const string AllAsOf = "ALL ASOF"
Field Value
- string
AllOuter
public const string AllOuter = "ALL OUTER"
Field Value
- string
AllSemi
public const string AllSemi = "ALL SEMI"
Field Value
- string
Anti
public const string Anti = "ANTI"
Field Value
- string
Any
public const string Any = "ANY"
Field Value
- string
AsOf
public const string AsOf = "ASOF"
Field Value
- string
Global
public const string Global = "GLOBAL"
Field Value
- string
GlobalAnti
public const string GlobalAnti = "GLOBAL ANTI"
Field Value
- string
GlobalAny
public const string GlobalAny = "GLOBAL ANY"
Field Value
- string
GlobalAsOf
public const string GlobalAsOf = "GLOBAL ASOF"
Field Value
- string
GlobalOuter
public const string GlobalOuter = "GLOBAL OUTER"
Field Value
- string
GlobalSemi
public const string GlobalSemi = "GLOBAL SEMI"
Field Value
- string
Outer
public const string Outer = "OUTER"
Field Value
- string
Semi
public const string Semi = "SEMI"
Field Value
- string