Skip to main content
A newer version of this page is available. .

SqlDataSourceUIHelper.ConfigureConnection(SqlDataSource, IWizardRunnerContext, IConnectionStorageService) Method

OBSOLETE

This overload is obsolete now. Use ConfigureConnection instead.

Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v19.2.UI.dll

Declaration

[Obsolete("This overload is obsolete now. Use ConfigureConnection(this SqlDataSource sqlDataSource, ConfigureConnectionContext context) instead.")]
public static bool ConfigureConnection(
    this SqlDataSource sqlDataSource,
    IWizardRunnerContext wizardRunnerContext,
    IConnectionStorageService connectionStorageService
)

Parameters

Name Type Description
sqlDataSource SqlDataSource

A SqlDataSource object, specifying the database connection.

wizardRunnerContext IWizardRunnerContext

An object implementing the IWizardRunnerContext interface.

connectionStorageService IConnectionStorageService

An object implementing the IConnectionStorageService interface.

Returns

Type Description
Boolean

true, if the dialog was finished by clicking the Finish button; otherwise, false.

See Also