Skip to main content
A newer version of this page is available. .

IConnectionStringsProvider.GetConnectionString(String) Method

Returns the specified connection string.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

string GetConnectionString(
    string connectionStringName
)

Parameters

Name Type Description
connectionStringName String

The name of the connection string.

Returns

Type Description
String

The connection string.

See Also