System.Data.Common.SupportedJoinOperators Enumeration

Specifies what types of Transact-SQL join statements are supported by the data source.

Syntax

[System.Flags]
public enum SupportedJoinOperators

Remarks

These members are flags that allow a bitwise combination of the join capabilities.

Members

Member NameDescription
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.

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0