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.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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