ConnectionPropertiesPage Constructors
Provides a view for the Specify a Connection String page of the Data Source Wizard in WPF applications.Name | Parameters | Description |
---|---|---|
ConnectionPropertiesPage(List<ProviderLookupItem>, IWizardRunnerContext, IMessageBoxAccessor, IOpenFileDialogAccessor, DataSourceWizardSettings) | providers, context, messageBoxAccessor, openFileDialogAccessor, dataSourceWizardSettings | Initializes a new instance of the ConnectionPropertiesPage class with specified settings. |
See Also