Enum EIsolationLevel
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
public enum EIsolationLevel
Fields
db2CS = 7db2RR = 5db2RRExclusive = 9db2RRUpdate = 10db2RS = 6db2RSExclusive = 12db2RSUpdate = 13db2UR = 8readCommitted = 1readUncommitted = 0repeatableRead = 2serializable = 3unknown = 4