Skip to main content

IRelation.Detail Property

Gets the detail table for the current relation.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

ITable Detail { get; }

Property Value

Type Description
ITable

An object implementing the ITable interface that is the detail table for the current relation.

See Also