DataSourceWizardSettings.SqlWizardSettings Property
In This Article
Specifies the settings to customize the SQL Data Source Wizard.
Namespace: DevExpress.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SqlWizardSettings SqlWizardSettings { get; set; }
#Property Value
Type | Description |
---|---|
Sql |
A Sql |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Sql |
---|---|---|
Cross-Platform Class Library | Choose |
|
Connection |
|
|
WPF Controls | Report |
|
.NET Reporting Tools | XRDesign |
|
See Also