Search Wiki:
Sample implementation of ADO.NET Data Services IUpdateable interface for Linq to Sql Data Sources.

The easiest way to use this is to define a partial class for your DataContext type and provide the implementation there. i.e.
public partial class nwDataContext : IUpdatable


Updated 2009-22-5:

  • Visual Basic version now available
Last edited May 22 2009 at 7:40 PM  by elisaf_MSFT, version 6
Comments
AndrewConrad wrote  Dec 12 2008 at 3:20 AM  
Uploaded new version to fix issues with ResetResource implementation.

AndrewConrad wrote  Mar 17 2009 at 11:24 PM  
Updated implementation based on feedback from Robert Fonseca-Ensor. Fixed some minor bugs and removed a bunch of perf issues due to unnecessary reflection code.

Updating...
Page view tracker