TurboDB.NET Managed Provider
TurboDBTransaction Class
Top 


Encapsulates the ability to lock a database table.

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

[C#]
public sealed class TurboDBTransaction: MarshalByRefObject, IDbTransaction, IDisposable


Notes
TurboDB does not support true transactions. The transaction object is used as a means to lock database tables. Locking can be used to guarantee consistent database operations.

Requirements
Namespace: DataWeb.TurboDB
Platforms: Windows 98, Windows ME, Windows NT 4, Windows 2000, Windows XP
Assembly: DataWeb.TurboDB (in file DataWeb.TurboDB.dll)

See also
TurboDBTransaction members