SelectQuery.AddRelation(Table, Table, SqlJoinType, String) Method
In This Article
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 |
join |
Sql |
key |
String |
#Returns
Type |
---|
Join |
See Also