A newer version of this page is available.
Switch to the current version.
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
)
Function GetDetailRelation(
name As String
) As IRelation
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
Feedback