SelectQuery.AddRelation(Table, Table, SqlJoinType, String, String) Method
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v26.1.dll
Declaration
public Join AddRelation(
Table parent,
Table nested,
SqlJoinType joinType,
string parentKeyColumn,
string nestedKeyColumn
)
Parameters
| Name | Type |
|---|---|
| parent | Table |
| nested | Table |
| joinType | SqlJoinType |
| parentKeyColumn | String |
| nestedKeyColumn | String |
Returns
| Type |
|---|
| Join |
See Also