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

SqlWizardSettings.ToSqlWizardOptions() Method

Translates the current SQL Data Source wizard settings to the corresponding enumeration values of SqlWizardOptions.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public SqlWizardOptions ToSqlWizardOptions()

Returns

Type Description
SqlWizardOptions

One or more SqlWizardOptions enumeration values.

Remarks

For a code sample, see the following example online: How to switch the Report Wizard back to a single-query version.

See Also