Skip to main content

IRelation.Master Property

Gets the master table for the current relation.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

ITable Master { get; }

Property Value

Type Description
ITable

An object implementing the ITable interface that is the master table for the current relation.

See Also