Linq "Add" Extension Method changed to "InsertOnSubmit" in Visual Studio 2008 RTM
I just spent some time looking for a missing Linq to SQL DataContext "Add" method.
The "Add" method is discussed in several books, blogs and webcasts based on Beta versions of Linq.
I was surprised to find it had been removed and replaced by "InsertOnSubmit" in Visual Studio 2008 RTM.
Hope this helps someone :-)
Terry
Comments
Anonymous
August 03, 2008
PingBack from http://www.st0001.info/publichtmltets/?p=13Anonymous
February 02, 2011
Hey, Thanks for the info. It really helped me a lot.