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

IRelation.Detail Property

Gets the detail table for the current relation.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v20.2.dll

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

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