Skip to main content

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.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

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