ConnectionPropertiesPage(IConnectionPropertiesPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, List<ProviderLookupItem>) Constructor
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public ConnectionPropertiesPage(
IConnectionPropertiesPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
SqlWizardOptions options,
SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
List<ProviderLookupItem> dataProviders
)
Parameters
| Name | Type |
|---|---|
| view | IConnectionPropertiesPageView |
| context | IWizardRunnerContext |
| connectionStorageService | IConnectionStorageService |
| options | SqlWizardOptions |
| databaseCredentialsSavingBehavior | SensitiveInfoSavingBehavior |
| dataProviders | List<ProviderLookupItem> |
See Also