Skip to main content

SqlDataSourceUIHelper.ConfigureConnectionParameters(SqlDataSource) Method

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

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public static bool ConfigureConnectionParameters(
    this SqlDataSource sqlDataSource
)

Parameters

Name Type Description
sqlDataSource SqlDataSource

A SqlDataSource object, specifying the database connection.

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