IDataSourceWizardConnectionStringsProvider.GetDataConnectionParameters(String) Method
Returns the parameters of the data connection with a specific name.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A DataConnectionParametersBase object. |
Returns
| Type | Description |
|---|---|
| DataConnectionParametersBase | A String value, specifying the data connection name. |
See Also