Join.Type Property
In This Article
Specifies the type of a join operation.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Join |
Inner | A Join |
Available values:
Name | Description |
---|---|
Inner | Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables. |
Left |
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. |
See Also