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.v18.2.dll

Declaration

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

Property Value

Type Description
RelationInfoList

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

See Also