Skip to main content
All docs
V23.2

ChooseDataProviderPage<TModel> Constructors

Supplies a presenter for the Select a data connection type page of the Data Source Wizard.
Name Parameters Description
ChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, IJsonConnectionStorageService) view, context, connectionStorageService, solutionTypesProvider, options, jsonConnectionStorageService Initializes a new instance of the ChooseDataProviderPage<TModel> class with specified settings.
ChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) view, context, connectionStorageService, solutionTypesProvider, options Initializes a new instance of the ChooseDataProviderPage<TModel> class with specified settings.
See Also