GetLockGrbit enumeration
Options for JetGetLock.
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 GetLockGrbit
'Usage
Dim instance As GetLockGrbit
[FlagsAttribute]
public enum GetLockGrbit
Members
Member name | Description | |
---|---|---|
Read | Acquire a read lock on the current record. Read locks are incompatible with write locks already held by other sessions but are compatible with read locks held by other sessions. | |
Write | Acquire a write lock on the current record. Write locks are not compatible with write or read locks held by other sessions but are compatible with read locks held by the same session. |