Represents a SQL transaction.
 Visual Basic syntaxPublic NotInheritable Class SATransaction Inherits System.Data.Common.DbTransaction
 C# syntaxpublic sealed class SATransaction : System.Data.Common.DbTransaction
 Base classes
 MembersAll members of SATransaction class, including all inherited members.
| Name | Description | 
|---|---|
| Commits the database transaction. | |
| 
                                                      
                               
  | 
                                                
                           Releases the unmanaged resources used by the   System.Data.Common.DbTransaction.
                            | 
                                             
                        
| Rolls back a transaction from a pending state. | |
| Creates a savepoint in the transaction that can be used to roll back a portion of the transaction, and specifies the savepoint name. | |
| The SAConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid. | |
| Specifies the isolation level for this transaction. | |
| Specifies the isolation level for this transaction. | 
 RemarksThere is no constructor for SATransaction. To obtain an SATransaction object, use one of the BeginTransaction methods. To associate a command with a transaction, use the SACommand.Transaction property.
For more information, see Transaction processing and Manipulate data using the SACommand object.
 See alsoCommit method
Rollback method
Save method
Connection property
IsolationLevel property
SAIsolationLevel property
![]()  | 
               
                   Discuss this page in DocCommentXchange.
                   
                | 
               Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 | 
