IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Specifies an enumeration that defines the valid transaction isolation level values.
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NotSet | -1 | Specifies that the transaction isolation level value is not set. | |
ReadUncommitted | 1 | Specifies that dirty reads, non-repeatable, reads and phantom reads can occur. | |
ReadCommitted | 2 | Specifies that dirty reads are prevented, but non-repeatable reads and phantom reads can occur. | |
RepeatableRead | 4 | Specifies that dirty reads and non-repeatable reads are prevented, but phantom reads can occur. |
See Also