Skip to main content

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

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