Skip to main content

IRelation.GetDetailRows(IRow) Method

Gets detail rows corresponding to the specified master row.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

IEnumerable<IRow> GetDetailRows(
    IRow masterRow
)

Parameters

Name Type Description
masterRow IRow

An object implementing the IRow interface that specifies the master row.

Returns

Type Description
IEnumerable<IRow>

A collection of objects implementing the IRow interface that are detail rows.

See Also