Api.JetBeginTransaction method

Causes a session to enter a transaction or create a new save point in an existing transaction.

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

Syntax

'Declaration
Public Shared Sub JetBeginTransaction ( _
    sesid As JET_SESID _
)
'Usage
Dim sesid As JET_SESIDApi.JetBeginTransaction(sesid)
public static void JetBeginTransaction(
    JET_SESID sesid
)

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace