Skip to main content
All docs
V24.1

QueryBuilderInput.ResultQuery Property

Gets the SelectQuery object that forms a SQL SELECT statement.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v24.1.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