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