ITable.DetailRelations Property
In This Article
Gets the collection of master-detail relations of the current table.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
IEnumerable<IRelation> DetailRelations { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<IRelation> | A collection of objects implementing the IRelation interface that are master-detail relations of the current table. |
See Also