ITable.GetDetailRelation(String) Method
Gets the specified master-detail relation of the current table.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the name of the required master-detail relation. |
Returns
| Type | Description |
|---|---|
| IRelation | An object implementing the IRelation interface that is the master-detail relation of the current table. |
See Also