Specifies the isolation level for this transaction.
Visual Basic Public Readonly Property SAIsolationLevel As SAIsolationLevel
C# public SAIsolationLevel SAIsolationLevel { get;}
The IsolationLevel for this transaction. This can be one of:
The default is ReadCommitted.
Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |