IsolationLevel Enumeration |
Isolation Level
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum IsolationLevel
<SerializableAttribute>
Public Enumeration IsolationLevel
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Default | 0 |
same as ReadCommitted
|
| ReadUncommitted | 1 | |
| ReadCommitted | 2 | |
| Snapshot | 3 | |
See Also