Skip to main content
All docs
V23.2

QueryBuilderInput.ResultQuery Property

Gets the SelectQuery object that forms a SQL SELECT statement.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public SelectQuery ResultQuery { get; }

Property Value

Type Description
SelectQuery

A SelectQuery object that forms a SQL SELECT statement.

See Also