DataSource 和 DataAdapter 有什么区别?

发布于 2024-08-31 12:23:07 字数 144 浏览 7 评论 0原文

DataSource 和 DataAdapter 有什么区别?我正在尝试决定是否应该从 IDataSource 或 IDataAdapter 继承来在 Winforms 和 WebForms 之间共享代码,除了使用它们的方式略有不同之外,我似乎无法弄清楚它们之间有什么区别。

What is the difference between a DataSource and DataAdapter? I'm trying to decide if I should descend from IDataSource or IDataAdapter for code to be shared between Winforms and WebForms and I can't seem to figure out what the difference is other than slightly different ways to use them.

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

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

发布评论

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

评论(1

柏林苍穹下 2024-09-07 12:23:07

DataSource 只是我们填充数据的数据源,即 DataSet、DataBase、XML 文件等。DataAdapter

是工具或类,我们可以使用它来填充/更新数据库中的数据。

DataSource is just source of data from where we are populating the data i.e. DataSet, DataBase, XML File, etc...

DataAdapter is tool or class using by which we can populate/update data from database.

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