Represents a SQL transaction.
Public NotInheritable Class SATransaction Inherits System.Data.Common.DbTransaction
public sealed class SATransaction : System.Data.Common.DbTransaction
All members of SATransaction class, including all inherited members.
Name | Description |
---|---|
Commits the database transaction. | |
|
Releases the unmanaged resources used by the ![]() |
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. |
There 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.
Commit 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 |