QualifiedJoinType Enumeration
Specifies the types of qualified joins.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| FullOuter | The type is FullOuter. | |
| Inner | The type is Inner. | |
| LeftOuter | The type is LeftOuter. | |
| RightOuter | The type is RightOuter. |
Show: