Skip to main content

TableQuery.Relations Property

Provides access to the collection of data relations defined for the TableQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public RelationInfoList Relations { get; }

Property Value

Type Description
RelationInfoList

A RelationInfoList value, specifying the collection of master-detail relations.

See Also