Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Entity Framework 4.3.1.0 的上下文中回滚更改?如果不是,实现事务行为的标准方法是什么?
实体框架本质上是事务性的。只有在调用 SaveChanges 时才会提交更改。没有显式的回滚操作,但是您可以简单地处理您的上下文,并且不会应用所有更改。