Skip to main content
A newer version of this page is available. .

SelectQuery.GetSql(DBSchema) Method

Returns the SQL string corresponding to the current SelectQuery.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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