TxnIsolationLevel EnumerationIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Specifies an enumeration that defines the valid transaction isolation level values.

Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Members

  Member nameValueDescription
NotSet-1 Specifies that the transaction isolation level value is not set.
ReadUncommitted1 Specifies that dirty reads, non-repeatable, reads and phantom reads can occur.
ReadCommitted2 Specifies that dirty reads are prevented, but non-repeatable reads and phantom reads can occur.
RepeatableRead4 Specifies that dirty reads and non-repeatable reads are prevented, but phantom reads can occur.
See Also