IRelation Interface
A master-detail relation of a ITable.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Related API Members
The following members return IRelation objects:
Remarks
To obtain master-detail relations for the specified table, use the ITable.DetailRelations property.
See Also