TurboDB ADO.NET Data Provider

TurboDBTransaction Members

Previous  Top  Next

TurboDBTransaction - Overview

This topic documents the members, which are different from the .NET framework classes. Refer to the Microsoft documentation for all members not explicitly listed here.

Public Properties

Connection

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

IsolationLevel

Specifies the IsolationLevel for this transaction. This value is always set to IsolationLevel.ReadCommited.

Public Methods

Rollback

Rolls back a transaction from a pending state.

Commit

Commits the database transaction.

See also

TurboDBTransaction class | TurboDBTransaction members