Skip to main content

IRow.GetDetailRows(IRelation) Method

Gets a collection of detail rows for the current 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(
    IRelation relation
)

Parameters

Name Type Description
relation IRelation

An object implementing the IRelation interface that is the master-detail relation.

Returns

Type Description
IEnumerable<IRow>

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

See Also