SubSonic LInq IRepository

发布于 2024-08-27 04:07:27 字数 177 浏览 5 评论 0原文

尝试使用 SubSonic 3.0.0.4 的 Linq TEmplates。一切正常。但在文档中,我看到如何使用 IRepository 批量插入、更新、删除我的数据库。问题是 - 它没有包含在下载中。是不是在其他地方而我只是忽略了它?

我从一个“保存”调用中获得了大量更新 - 所以这将非常有帮助!

谢谢

Trying to use SubSonic 3.0.0.4's Linq TEmplates. Got everything working. But in the Doc's I'm seeing how I can use aa IRepository to bulk insert, update, delete my db. Thing is - It wasn't included in the download. Is it somewhere else and I simply overlooked it?

I've got a ton of updates going from one "Save" call - so this would be very helpful!

Thanks

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

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

发布评论

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

评论(1

心不设防 2024-09-03 04:07:27

IRepository 在 SubSonic.Core dll 中实现。它位于 SubSonic.Repository 命名空间中。还有一个实现,SubSonicRepository。

IRepository is implemented in the SubSonic.Core dll. It's in the namespace SubSonic.Repository. There is also an implementation, SubSonicRepository.

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