Skip to main content
All docs
V24.2

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

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