How will Linq DataContext.SubmitChanges() work internally?
How will the DataContext remember changes internally. What happens if I call SubmitChanges() more than once. If there was an excepti开发者_StackOverflow中文版on while calling SubmitChanges(), is there a way to clear all the changes from the DataContext.
If you Use TransactionScope you can do this using transactions
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论