Some time ago I wrote a piece of code to update multiple rows in a database table. The code was like this
var db = new MyDataContext(); db.Execute(\"UPDATE D
Check the approach used in this article: