IRelation.Master Property
Gets the master table for the current relation.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
ITable | An object implementing the ITable interface that is the master table for the current relation. |
See Also