Implements dirty read, or isolation level 0 locking, which means that no shared locks are issued and no exclusive locks are honored. When this option is set, it is possible to read uncommitted or dirty data; values in the data can be changed and rows can appear or disappear in the data set before the end of the transaction. This is the least restrictive of the four isolation levels.
Anything
read_uncommitted
TransactionIsolation
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Inherited Attributes |
Attributes inherited from: Object hash , string |
Attributes inherited from: TransactionIsolation |
Inherited Methods |
Methods inherited from: Object equals |