Skip to main content

SelectQuery.Relations Property

Provides access to all data relations specified for the current query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[Browsable(false)]
public IList<Join> Relations { get; }

Property Value

Type Description
IList<Join>

A collection of Join objects.

See Also