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

ChooseDataSourceTypePage(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ChooseDataSourceTypePage(
    IChooseDataSourceTypePageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options
)

Parameters

Name Type
view IChooseDataSourceTypePageView
context IWizardRunnerContext
connectionStorageService IConnectionStorageService
solutionTypesProvider ISolutionTypesProvider
options SqlWizardOptions
See Also