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

ConfigureQueryPage.SqlString Property

Specifies the SQL string created on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v21.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string SqlString { get; set; }

Property Value

Type Description
String

The SQL string.

See Also