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

ChooseConnectionPage(IChooseConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior) Constructor

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ChooseConnectionPage(
    IChooseConnectionPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    SqlWizardOptions options,
    SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior
)

Parameters

Name Type
view IChooseConnectionPageView
context IWizardRunnerContext
connectionStorageService IConnectionStorageService
options SqlWizardOptions
databaseCredentialsSavingBehavior SensitiveInfoSavingBehavior
See Also