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.
Requirements for TurboDB Managed on .NET Framework
Namespace: DataWeb.TurboDBManaged
Platforms: Windows 98, Windows ME, Windows NT 4, Windows 2000, Windows XP
Version Information: .NET Framework 2.0
Assembly: DataWeb.TurboDB.Managed20.Provider
Requirements for TurboDB Managed on .NET Compact Framework
Namespace: DataWeb.TurboDBManaged
Platforms: Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
Version Information: .NET Compact Framework 2.0
Assembly: DataWeb.TurboDB.CF20.Provider
See also