IConnectionStringsProvider.GetConnectionString(String) Method
Returns the specified connection string.
Namespace: DevExpress.Data.Entity
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connectionStringName | String | The name of the connection string. |
Returns
| Type | Description |
|---|---|
| String | The connection string. |
See Also