Skip to main content
A newer version of this page is available. .
All docs
V21.1

QueryBuilderInput.SelectStatement Property

Gets the SQL SELECT statement.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public string SelectStatement { get; }

Property Value

Type Description
String

A string that is the SQL SELECT statement.

See Also