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.v26.1.UI.dll
Declaration
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.

See Also