views:

38

answers:

1

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

A: 

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

qstarin