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 への呼び出しでのみコミットされます。明示的なロールバック操作はありませんが、コンテキストを破棄するだけですべての変更が適用されなくなります。