Join.SqlJoinType Property
Specifies the join operation type.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| SqlJoinType | Inner | The join operation type. |
Available values:
| Name | Description |
|---|---|
| Inner | The inner join type. |
| LeftOuter | The left outer join type. |
| RightOuter | The right outer join type. |
| FullOuter | The full outer join type. |
See Also