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

IConnectionStringsProvider.GetConnectionStringInfo(String) Method

If implemented, obtains information about a specified connection string.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v18.2.dll

Declaration

IConnectionStringInfo GetConnectionStringInfo(
    string connectionStringName
)

Parameters

Name Type Description
connectionStringName String

A String value specifying the stored procedure name.

Returns

Type Description
IConnectionStringInfo

An object implementing the IConnectionStringInfo interface that contains information about a connection string.

See Also