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

JoinType Enum

Lists JOIN types.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public enum JoinType

Members

Name Description
Inner

Simple JOIN that returns the rows that satisfy the join condition.

LeftOuter

Returns all rows from the first source and only the rows from the second source that match the condition.

Related API Members

The following properties accept/return JoinType values:

See Also