JoinElement.Type Property
In This Article
Gets or sets the JOIN type.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Join |
Inner | A Join |
Available values:
Name | Description |
---|---|
Inner | The inner join type. |
Left |
The left outer join type. |
Right |
The right outer join type. |
Full |
The full outer join type. |
See Also