Back to Devexpress

JoinType Enum

corelibraries-devexpress-dot-xpo-dot-db-6894e525.md

latest1.2 KB
Original Source

JoinType Enum

Lists the values that specify the join type.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum JoinType
vb
Public Enum JoinType

Members

NameDescription
Inner

Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables.

| | LeftOuter |

Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match.

|

The following properties accept/return JoinType values:

Remarks

The values listed by this enumeration are used to set the JoinNode.Type property.

See Also

DevExpress.Xpo.DB Namespace