Skip to main content
All docs
V23.2

QueryBuilderInput.SelectStatement Property

Gets the 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 string SelectStatement { get; }

Property Value

Type Description
String

A string that is the SQL SELECT statement.

See Also