How is it possible to lock a row on read with EF Core? I found an easy solution using ...TransactionScope...'s but they don't seem to work (class not found)...The problem is when deleting an item, which I do in a thread, and press the delete button twice,...