ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaTransaction class
Specifies the isolation level for this transaction.
IsolationLevel IsolationLevel
Read-only
The IsolationLevel for this transaction. This can be one of ReadCommitted, ReadUncommitted, RepeatableRead, or Serializable. The default is ReadCommitted.
IDbTransaction.IsolationLevel
Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.