using (var db = DbScopeFactory.Create()) { //这里修改数据 db.SaveChanges(); }
DbScopeFactory
原文:http://www.cnblogs.com/shiningrise/p/6691291.html