ChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor
Initializes a new instance of the ChooseDataProviderPage<TModel> class with specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public ChooseDataProviderPage(
IChooseDataProviderPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
ISolutionTypesProvider solutionTypesProvider,
SqlWizardOptions options
)
Parameters
Name | Type | Description |
---|---|---|
view | IChooseDataProviderPageView | The view for the Select a data connection type wizard page. |
context | IWizardRunnerContext | An object that contains the functionality to run the wizard. |
connectionStorageService | IConnectionStorageService | An object that contains a service functionality to store the data connection settings. |
solutionTypesProvider | ISolutionTypesProvider | An object that contains the known types in the current solution. |
options | SqlWizardOptions | The wizard options. |
See Also