Skip to main content

ConfigureQueryPage.SqlString Property

Specifies the SQL string created on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string SqlString { get; set; }

Property Value

Type Description
String

The SQL string.

See Also