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.v22.1.dll

NuGet Package: DevExpress.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