Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether this object is currently in a transaction.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property IsInTransaction As Boolean
Get
'Usage
Dim instance As Transaction
Dim value As Boolean
value = instance.IsInTransaction
public bool IsInTransaction { get; }
Property value
Type: System.Boolean