SelectQuery.AddRelation(Table, Table, JoinType, String, String) Method
In This Article
OBSOLETE
This overload is obsolete now. Use Add
Creates a relation between two data tables using a specified join operation.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
parent | Table | A Table object, specifying the parent table. |
nested | Table | A Table object, specifying the nested table. |
join |
Join |
A Join |
parent |
String | A String value, specifying the parent key column name. |
nested |
String | A String value, specifying the nested key column name. |
#Returns
Type | Description |
---|---|
Join | A Join object. |
See Also