Skip to main content
All docs
V24.2

QueryBuilderInput.SelectStatement Property

Gets the SQL SELECT statement.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public string SelectStatement { get; }

#Property Value

Type Description
String

A string that is the SQL SELECT statement.

See Also