Skip to main content
A newer version of this page is available. .

IRelation.GetDetailRows(IRow) Method

Gets detail rows corresponding to the specified master row.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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