Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SATransaction class

 

SATransaction members

Public properties
Member name Description

Connection property

The SAConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.

IsolationLevel property

Specifies the isolation level for this transaction.

SAIsolationLevel property

Specifies the isolation level for this transaction.

Public methods
Member name Description

Commit method

Commits the database transaction.

[external link] Dispose (inherited from DbTransaction)

Releases the unmanaged resources used by the [external link] DbTransaction.

Rollback methods

Rolls back a transaction from a pending state.

Save method

Creates a savepoint in the transaction that can be used to roll back a portion of the transaction, and specifies the savepoint name.

See also