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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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