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.
Options for JetSeek.
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 SeekGrbit
'Usage
Dim instance As SeekGrbit
[FlagsAttribute]
public enum SeekGrbit
Members
| Member name | Description | |
|---|---|---|
| SeekEQ | The cursor will be positioned at the index entry closest to the start of the index that exactly matches the search key. | |
| SeekLT | The cursor will be positioned at the index entry closest to the end of the index that is less than an index entry that would exactly match the search criteria. | |
| SeekLE | The cursor will be positioned at the index entry closest to the end of the index that is less than or equal to an index entry that would exactly match the search criteria. | |
| SeekGE | The cursor will be positioned at the index entry closest to the start of the index that is greater than or equal to an index entry that would exactly match the search criteria. | |
| SeekGT | The cursor will be positioned at the index entry closest to the start of the index that is greater than an index entry that would exactly match the search criteria. | |
| SetIndexRange | An index range will automatically be setup for all keys that exactly match the search key. |