Skip to main content
All docs
V18.2

EFDataSourceUIHelper.EditConnection Method

Name Parameters Description
EditConnection(EFDataSource, EditConnectionContext) static dataSource, context Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService, Action<IWizardCustomization<EFDataSourceModel>>) static dataSource, context, solutionTypesProvider, connectionStringsProvider, connectionStorageService, parameterService, callback Obsolete. Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService) static dataSource, context, solutionTypesProvider, connectionStringsProvider, connectionStorageService, parameterService Obsolete. Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.
EditConnection(EFDataSource) static dataSource Invokes the Select the Connection String page of the Data Source Wizard with the specified data source.
EditConnection<TModel>(EFDataSource, EditConnectionContext, Action<IWizardCustomization<TModel>>) static dataSource, context, customizeWizard Invokes the Select the Connection String page of the Data Source Wizard with the specified settings.