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

ConnectionPropertiesPageBase<TModel> Constructors

Serves as the base for classes that provide presenters to the Data Source Wizard pages.
Name Parameters Description
ConnectionPropertiesPageBase(IConnectionPropertiesPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, List<ProviderLookupItem>) view, context, connectionStorageService, options, databaseCredentialsSavingBehavior, dataProviders Initializes a new instance of the ConnectionPropertiesPageBase<TModel> class with the specified settings.
See Also