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

MasterDetailInfo.GetDetailedDescription() Method

Returns detailed information about the master-detail relationship, including the queries that are related and their corresponding key columns.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string GetDetailedDescription()

Returns

Type Description
String

A String value, describing the master-detail relationship.

See Also