In a web application that I have run across, I found the following code to deal with the DataContext when dealing with LinqToSQL
public partial class DbDataC
Also the context itself is not transactional so it is theoretically possible an update could occur on another request and your update could fail.