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

Join Class

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public sealed class Join :
    IJoin<Table, RelationColumnInfo>

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