Back to Devexpress

IRelation Interface

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-dataapi-14b067a2.md

latest1.2 KB
Original Source

IRelation Interface

A master-detail relation of a ITable.

Namespace : DevExpress.DataAccess.Sql.DataApi

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IRelation
vb
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

IRelation Members

DevExpress.DataAccess.Sql.DataApi Namespace