刷新设计器中设置的 DataGridView

发布于 2024-10-31 02:22:21 字数 242 浏览 0 评论 0原文

我看到这个问题被问了一百万次,但没有一个答案看起来是正确的。我希望有人能帮助我。

我有一个 DataGridView ,其中包含 TableAdapterBindingSourceDataSet 对象,所有这些对象都是由设计器创建的。

我想做的只是从数据库中重新加载数据,因为我通过另一种方式更改了它,但我找不到任何解决方案。

I saw this question asked a million times and none of the answers looked right. I hope someone can help me.

I have a DataGridView with a TableAdapter, BindingSource and DataSet objects all created from the designer.

All I want to do is simply reload the data from the database since I change it by another way, and I cannot find any solution to this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枯叶蝶 2024-11-07 02:22:21

最后我自己找到了一种方法,希望对其他人有帮助,如果您知道更好的方法,请随时纠正我:

dataAdapter.Fill(dataSource.TableName)

Finally I found a way myself, hope it helps others, and If you know a better way feel free to correct me:

dataAdapter.Fill(dataSource.TableName)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文