TableAdapterManager 的缺点是什么?
我使用 tableAdapterManager 来更新我的数据。但是当我想用这个功能保存时,窗口就冻结了。对于这个问题你怎么看?
I using tableAdapterManager for updating my data. But when i want save with this function the window is freezing. What do you about this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用BackgroundWorker 来避免“窗口冻结”。如果您有大量数据要加载,则很有用。
You can use a BackgroundWorker to avoid your "window is freezing". Useful if you have lots of data to load.