Skip to main content

Join Class

A relation between two data tables created using a join operation in a SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public sealed class Join

Remarks

A Join object is returned by the SelectQuery.AddRelation method.

To access all joins corresponding to a specific query, use the SelectQuery.Relations property.

Inheritance

Object
Join
See Also