Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经将一个数据源连接到我的 wpf 应用程序并且已经研究了一段时间。我意识到我必须在我的数据库中添加列。有没有办法刷新/更新数据源,以便我对数据库所做的更改反映到我在 Visual Studio 中的数据源中?
我使用 dataset.AcceptChanges() 来解决它。