SelectQuery.GetSql(DBSchema) Method
Returns the SQL string corresponding to the current SelectQuery.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
schema | DBSchema | A DBSchema object. |
Returns
Type | Description |
---|---|
String | A String value, specifying the query string. |
See Also