EFDataSourceUIHelper.Configure(EFDataSource, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider, IConnectionStorageService, IParameterService) Method
Namespace:DevExpress.DataAccess.UI.EntityFramework
Assembly:DevExpress.DataAccess.v17.2.UI.dll
Note: This API is now obsolete.
This overload is obsolete. Use Configure(this EFDataSource dataSource, ConfigureContext context) instead.

Syntax
C# |
public static bool Configure(
EFDataSource dataSource,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider,
IConnectionStringsProvider connectionStringsProvider,
IConnectionStorageService connectionStorageService,
IParameterService parameterService
)
|
VB |
static Public Function Configure(
ByVal dataSource As EFDataSource,
ByVal context As IWizardRunnerContext,
ByVal solutionTypesProvider As ISolutionTypesProvider,
ByVal connectionStringsProvider As IConnectionStringsProvider,
ByVal connectionStorageService As IConnectionStorageService,
ByVal parameterService As IParameterService
) As Boolean
|
Return value
Type: Boolean
true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also
Is this topic helpful?
Additional Feedback
Close