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

IRow.GetDetailRows(String) Method

Gets a collection of detail rows for the current master row.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEnumerable<IRow> GetDetailRows(
    string relationName
)

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