TurboDB ADO.NET Data Provider

TurboDBTransaction Class

Previous  Top  Next

Encapsulates the ability to begin and end transactions.

A list of all members of this type can be found in TurboDBTransaction Members.

C#

public sealed class TurboDBTransaction: DbTransaction

Notes

TurboDB supports only one isolation level for its transactions: read committed. When an application is terminated (e.g. crashes) during a transaction all changes are rolled-back automatically, when the tables are used the next time. This is called automatic crash recovery.

See also

TurboDBTransaction members | Transactions