Skip to main content
A newer version of this page is available. .
All docs
V20.2

QueryBuilderInput.ResultQuery Property

Gets the SelectQuery object that forms a SQL SELECT statement.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public SelectQuery ResultQuery { get; }

Property Value

Type Description
SelectQuery

A SelectQuery object that forms a SQL SELECT statement.

See Also