iboot

Results 1 issues of iboot

### Description I'm trying to rollback transaction in case BulkSaveChanges() throws exception. However transaction.Rollback() throws an exception: "The underlying provider failed on Rollback." If I use ctx.SaveChanges() instead of ctx.BulkSaveChanges()...