IConnectionStringsProvider.GetConnectionStringInfo(String) Method
In This Article
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 |
---|---|---|
connection |
String | The name of the connection string. |
#Returns
Type | Description |
---|---|
IConnection |
An IConnection |
See Also