JoinType Enum
Lists join types.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
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. |
Related API Members
The following properties accept/return JoinType values:
See Also