Paymentsense / Dapper.SimpleLoad

Dapper.SimpleLoad
MIT License
13 stars 4 forks source link

For UpdateAll<> supporting matching on primary key across old and new object lists #8

Open bartread opened 8 years ago

bartread commented 8 years ago

This would then have the affect of correctly INSERTing or DELETing any objects that were new, or had been removed, as well as updating other objects without having to faff around making sure lists are of the same length, having matching primary keys, etc.