From: Nikolaus K. <par...@gm...> - 2016-09-13 16:15:08
|
Hello, what is the best practice to rollback a failed statement with EF? 1. Working with an entity in a context 2. Putting a raw SQL statement to the database via the context Is it really neccesssary to get transaction before context:SaveChanges() in order to rollback? Thanks Niko |