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
|