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

IRelation.GetDetailRows(Int32) Method

Gets detail rows corresponding to the specified master row.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEnumerable<IRow> GetDetailRows(
    int masterRowIndex
)

Parameters

Name Type Description
masterRowIndex Int32

A zero-based integer that specifies the index of the master row.

Returns

Type Description
IEnumerable<IRow>

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

See Also