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

SqlDataSourceUIHelper.ConfigureConnectionParameters(SqlDataSource, IWizardRunnerContext, IConnectionStorageService) Method

OBSOLETE

This overload is obsolete now. Use ConfigureConnectionParameters instead.

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

Namespace: DevExpress.DataAccess.UI.Sql

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

Declaration

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

Parameters

Name Type Description
sqlDataSource SqlDataSource

A SqlDataSource object, specifying the database connection.

context 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