ITable.DetailRelations Property
Gets the collection of master-detail relations of the current table.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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