package com.ms.wfc.data
Topic IsolationLevel Property
Prefix adXact
Declared IsolationLevelEnum
| Constant | Value | 
| UNSPECIFIED | -1 | 
| CHAOS | 16 | 
| READUNCOMMITTED | 256 | 
| BROWSE | 256 | 
| CURSORSTABILITY | 4096 | 
| READCOMMITTED | 4096 | 
| REPEATABLEREAD | 65536 | 
| SERIALIZABLE | 1048576 | 
| ISOLATED | 1048576 |