Skip to main content
All docs
V18.2

EFDataSourceUIHelper.Configure Method

Name Parameters Description
Configure(EFDataSource, ConfigureContext) static dataSource, context Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, IRepositoryItemsProvider, Action<IWizardCustomization<EFDataSourceModel>>) static dataSource, context, solutionTypesProvider, connectionStringsProvider, connectionStorageService, parameterService, repositoryItemsProvider, callback Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, IRepositoryItemsProvider) static dataSource, context, solutionTypesProvider, connectionStringsProvider, connectionStorageService, parameterService, repositoryItemsProvider Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService) static dataSource, context, solutionTypesProvider, connectionStringsProvider, connectionStorageService, parameterService Obsolete. Invokes the Data Source Wizard with the specified settings.
Configure(EFDataSource) static dataSource Invokes the Data Source Wizard with the specified data source.
Configure<TModel>(EFDataSource, ConfigureContext, Action<IWizardCustomization<TModel>>) static dataSource, context, customizeWizard Invokes the Data Source Wizard with the specified settings.