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

IRelation Interface

A master-detail relation of a ITable.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v19.2.dll

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