IRow.GetDetailRows(String) Method
Gets a collection of detail rows for the current master row.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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