SubSonic LInq IRepository
尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.