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

SelectQuery.Relations Property

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Property Value

Type Description
IList<Join>

A collection of Join objects.

See Also