Skip to main content
All docs
V26.1
  • ChooseDataSourceTypePage(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, IJsonConnectionStorageService) Constructor

    Namespace: DevExpress.DataAccess.Wizard.Presenters

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

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

    Parameters

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