我有交易范围,我想:
using (var scope = new TransactionScope())
{
1) Insert row into table1
2) Select rows from table1 (incuding inserted row in step 1)
3) Insert another row into table1
4) Select rows from table1 (incuding inserted row in step 1 and 3)
}
有没有机会在这些操作中出现 sql 死锁?我正在使用 Db 工作的实体框架。我不确定。
谢谢,
祝你今天过得愉快。