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

SqlDataSourceUIHelper.ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel) Method

OBSOLETE

This overload is obsolete now. Use ConfigureConnectionParameters instead.

Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Parameters

Name Type Description
sqlDataSource SqlDataSource

A SqlDataSource object, specifying the database connection.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object, specifying the application’s look and feel settings.

Returns

Type Description
Boolean

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

Remarks

The following image illustrates the Connection Editor.

data-access-sql-data-source-ui-helper-connection-parameters-editor

See Also