IUpdateable for Linq To Sql
Posted by: Andrew Conrads WebLog,
on 06 Nov 2008 |
View original | Bookmarked: 0 time(s)
IUpdatable for Linq to Sql I have had an implementation of IUpdateable for Linq to Sql about half done for quite some time now. Yesterday I decided to bite the bullet and finish it up. Below I have included that code. I’ve done some light testing, but I am sure there are some bugs – and perhaps some perf fixes that can be made. My plan is to get this out on CodePlex as soon as I get a moment. A couple of notes about this code: 1) I haven’t implemented ClearChanges() yet. As...