次の方法で共有


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