SubSonic LInq 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 inser开发者_如何学Ct, 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
IRepository is implemented in the SubSonic.Core dll. It's in the namespace SubSonic.Repository. There is also an implementation, SubSonicRepository.
精彩评论