Skip to main content
All docs
V24.1

Join.SqlJoinType Property

Specifies the join operation type.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public SqlJoinType SqlJoinType { get; set; }

Property Value

Type Description
SqlJoinType

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