Skip to main content
A newer version of this page is available. .

JoinElement.Type Property

Gets or sets the JOIN type.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[DefaultValue(JoinType.Inner)]
public JoinType Type { get; set; }

Property Value

Type Default Description
JoinType Inner

A JoinType enumeration member that specified the JOIN 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