Skip to main content

IRow.GetDetailRows(String) 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(
    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