Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.93 KB

api.jetbegintransaction2-method.md

File metadata and controls

80 lines (62 loc) · 1.93 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Api.JetBeginTransaction2 method
Api.JetBeginTransaction2 method
JetBeginTransaction2 method
M:Microsoft.Isam.Esent.Interop.Api.JetBeginTransaction2(Microsoft.Isam.Esent.Interop.JET_SESID,Microsoft.Isam.Esent.Interop.BeginTransactionGrbit)
55107226
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Api.JetBeginTransaction2
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Api.JetBeginTransaction2
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Api.JetBeginTransaction2 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 JetBeginTransaction2 ( _
    sesid As JET_SESID, _
    grbit As BeginTransactionGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim grbit As BeginTransactionGrbitApi.JetBeginTransaction2(sesid, _
    grbit)
public static void JetBeginTransaction2(
    JET_SESID sesid,
    BeginTransactionGrbit grbit
)

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace