2020年5月26日

查询并验证 TransactionScope 隔离级别

摘要: void Main() { this.ExecuteQuery<string>(@"SELECT CASE transaction_isolation_level WHEN 0 THEN 'Unspecified' WHEN 1 THEN 'ReadUncommitted' WHEN 2 THEN 阅读全文

posted @ 2020-05-26 11:56 空明流光 阅读(276) 评论(0) 推荐(0)

导航