QueryBuilderInput.SelectStatement Property
Gets the SQL SELECT statement.
Namespace: DevExpress.DataAccess.Web.QueryBuilder
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string that is the SQL SELECT statement. |
See Also