SupportedJoinOperators Enumeration
Specifies what types of Transact-SQL join statements are supported by the data source.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| FullOuter | The data source supports full outer joins. | |
| Inner | The data source supports inner joins. | |
| LeftOuter | The data source supports left outer joins. | |
| None | The data source does not support join queries. | |
| RightOuter | The data source supports right outer joins. |
These members are flags that allow a bitwise combination of the join capabilities.
Available since 2.0