IRow.GetDetailRows(String) Method
Gets a collection of detail rows for the current master row.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| relationName | String | A String value that specifies the name of the master-detail relation. |
Returns
| Type | Description |
|---|---|
| IEnumerable<IRow> | A collection of objects implementing the IRow interface that are detail rows. |
See Also