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