Figures out the Provider and ConnectionString from either a connection string name in a config file or full ConnectionString and provider.
public static ConnectionStringInfo GetConnectionStringInfo(string connectionString, string providerName)
Parameters
connectionString
Config file connection name or full connection string
providerName
optional provider name. If not passed with a connection string is considered Sql Server
See also:
Class ConnectionStringInfo© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic