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

IConfigureQueryPageView.SqlString Property

If implemented, specifies the SQL string created on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

string SqlString { get; set; }

Property Value

Type Description
String

The SQL string.

See Also