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