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

TableQuery.Relations Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
RelationInfoList

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

See Also