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

IRelation.Master Property

Gets the master table for the current relation.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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