Remove some discrepencies between how VS handles Microsoft.Data.SqlClient and System.Data.SqlClient connection strings.
In general, this means providing either "all runtime" or "all designtime" connection string and provider names to the same method, rather than cases where a mix was provided.
Remove some discrepencies between how VS handles Microsoft.Data.SqlClient and System.Data.SqlClient connection strings.
In general, this means providing either "all runtime" or "all designtime" connection string and provider names to the same method, rather than cases where a mix was provided.