Bulk insert/Update with Petapoco

Viewed 21730

I'm using the Save() method to insert or update records, but I would like to make it perform a bulk insert and bulk update with only one database hit. How do I do this?

9 Answers
Related