标签: c# .net entity-framework-6
在Ef-6中,SaveChanges方法会将该操作包装在事务中。 那么,如果savechanges达到目的,那么我何时应该使用DbContext.Database.Transaction?