Skip to main content

IRelation Interface

A master-detail relation of a ITable.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public interface IRelation

The following members return IRelation objects:

Remarks

To obtain master-detail relations for the specified table, use the ITable.DetailRelations property.

See Also