Skip to main content

IConfigureQueryPageView.SqlString Property

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

string SqlString { get; set; }

Property Value

Type Description
String

The SQL string.

See Also