JET_Move enumeration
Offsets for JetMove.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Enumeration JET_Move
'Usage
Dim instance As JET_Move
public enum JET_Move
Members
Member name | Description | |
---|---|---|
First | Move the cursor to the first index entry. | |
Previous | Move to the previous index entry. | |
Next | Move to the next index entry. | |
Last | Move to the last index entry. |