Transaction class

A class that encapsulates a transaction on a JET_SESID.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.EsentResource
    Microsoft.Isam.Esent.Interop.Transaction

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Class Transaction _
    Inherits EsentResource
'Usage
Dim instance As Transaction
public class Transaction : EsentResource

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Transaction members

Microsoft.Isam.Esent.Interop namespace