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

IConnectionStringsProvider Methods

If implemented, provides access to the available connection strings.
Name Description
GetConfigFileConnections() If implemented, obtains information about connection strings defined in the application configuration file.
GetConnections() If implemented, obtains information about the available connection strings.
GetConnectionString(String) If implemented, obtains the specified connection string.
GetConnectionStringInfo(String) If implemented, obtains information about a specified connection string.
See Also