Skip to main content

IConnectionStringsProvider.GetConnectionStringInfo(String) Method

Returns information about the specified connection string.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

IConnectionStringInfo GetConnectionStringInfo(
    string connectionStringName
)

#Parameters

Name Type Description
connectionStringName String

The name of the connection string.

#Returns

Type Description
IConnectionStringInfo

An IConnectionStringInfo object that contains information about a connection string.

See Also