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