I am using the EF4 code first for db access. I needed to wrap some changes in a transaction and change the isolation level to repeatable read. It would be a cinch to write this in SQL, but EF is giving me a hard time. Is there any way to accomplish this?
Share
You must use
TransactionScope: