是否可以通过编程方式在 App.config 的连接字符串中添加或更改连接?我已经尝试过
var A = ConfigurationManager.ConnectionStrings;
A.Add(new ConnectionStringSettings());
但我收到一条消息,它是只读的。
请帮忙
是否可以通过编程方式在 App.config 的连接字符串中添加或更改连接?我已经尝试过
var A = ConfigurationManager.ConnectionStrings;
A.Add(new ConnectionStringSettings());
但我收到一条消息,它是只读的。
请帮忙