Skip to main content
All docs
V23.2

SelectQuery.AddRelation(Table, Table, SqlJoinType, String) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public Join AddRelation(
    Table parent,
    Table nested,
    SqlJoinType joinType,
    string keyColumn
)

Parameters

Name Type
parent Table
nested Table
joinType SqlJoinType
keyColumn String

Returns

Type
Join
See Also