IConnectionStringsProvider Members
Allows you to resolve a connection string by name for the Entity Framework, XPO, and JSON data sources.Methods
| Name | Description |
|---|---|
| GetConfigFileConnections() | Returns information about connection strings defined in the application configuration file. |
| GetConnections() | Returns information about the available connection strings. |
| GetConnectionString(String) | Returns the specified connection string. |
| GetConnectionStringInfo(String) | Returns information about the specified connection string. |
See Also