Read Uncommitted(未提交哦读,读取脏数据)相当于(Nolock) Read Committed(已提交读,默认级别) Repeatable Read(可以重复读),相当于(HoldLock) Serializable(可序列化) Snapshot(快照) Read Committed Snapshot(已经提交读隔离)
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
下面为追加的内容
来源:博客园
作者:xingchen95
链接:https://www.cnblogs.com/gxcstyle/p/11783728.html