corelibraries-devexpress-dot-dataaccess-dot-sql-bf9e67bd.md
A relation between two data tables created using a join operation in a SelectQuery.
Namespace : DevExpress.DataAccess.Sql
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
public sealed class Join
Public NotInheritable Class Join
The following members return Join objects:
A Join object is returned by the SelectQuery.AddRelation method.
To access all joins corresponding to a specific query, use the SelectQuery.Relations property.
Object Join
See Also