Skip to main content

SelectQuery.GetSql(DBSchema) Method

Returns the SQL string corresponding to the current SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string GetSql(
    DBSchema schema
)

Parameters

Name Type Description
schema DBSchema

A DBSchema object.

Returns

Type Description
String

A String value, specifying the query string.

See Also