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