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

ITable.GetDetailRelation(String) Method

Gets the specified master-detail relation of the current table.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IRelation GetDetailRelation(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the required master-detail relation.

Returns

Type Description
IRelation

An object implementing the IRelation interface that is the master-detail relation of the current table.

See Also