ChooseDataSourceTypePage(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public ChooseDataSourceTypePage(
IChooseDataSourceTypePageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
ISolutionTypesProvider solutionTypesProvider,
SqlWizardOptions options
)
Parameters
Name | Type |
---|---|
view | IChooseDataSourceTypePageView |
context | IWizardRunnerContext |
connectionStorageService | IConnectionStorageService |
solutionTypesProvider | ISolutionTypesProvider |
options | SqlWizardOptions |
See Also