Back to Devexpress

SelectQuery.Relations Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-selectquery-3e73aacf.md

latest1.3 KB
Original Source

SelectQuery.Relations Property

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

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public IList<Join> Relations { get; }
vb
<Browsable(False)>
Public ReadOnly Property Relations As IList(Of Join)

Property Value

TypeDescription
IList<Join>

A collection of Join objects.

|

See Also

AddRelation

SelectQuery Class

SelectQuery Members

DevExpress.DataAccess.Sql Namespace