BeginTransactionGrbit enumeration

Options for JetBeginTransaction2(JET_SESID, BeginTransactionGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BeginTransactionGrbit
'Usage
Dim instance As BeginTransactionGrbit
[FlagsAttribute]
public enum BeginTransactionGrbit

Members

Member name Description
None Default options.
ReadOnly The transaction will not modify the database. If an update is attempted, that operation will fail with TransReadOnly. This option is ignored unless it is requested when the given session is not already in a transaction.

See also

Reference

Microsoft.Isam.Esent.Interop namespace