IsolationLevel Enum

Definition

Isolation levels for SET TRANSACTION ISOLATION LEVEL command

public enum IsolationLevel
type IsolationLevel = 
Public Enum IsolationLevel
Inheritance
IsolationLevel

Fields

None 0
ReadCommitted 1
ReadUncommitted 2
RepeatableRead 3
Serializable 4
Snapshot 5

Applies to