Contents Index Connection property Rollback method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaTransaction class

IsolationLevel property


Description 

Specifies the isolation level for this transaction.

Syntax 

IsolationLevel IsolationLevel

Access 

Read-only

Property Value 

The IsolationLevel for this transaction. This can be one of ReadCommitted, ReadUncommitted, RepeatableRead, or Serializable. The default is ReadCommitted.

Implements 

IDbTransaction.IsolationLevel

Usage 

Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.


Contents Index Connection property Rollback method