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 JetPrereadIndexRanges(JET_SESID, JET_TABLEID, [], Int32, Int32, Int32, [], PrereadIndexRangesGrbit).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PrereadIndexRangesGrbit
'Usage
Dim instance As PrereadIndexRangesGrbit
[FlagsAttribute]
public enum PrereadIndexRangesGrbit
Members
| Member name | Description | |
|---|---|---|
| Forward | Preread forward. | |
| Backwards | Preread backwards. | |
| FirstPageOnly | Preread only first page of any long column. | |
| NormalizedKey | Normalized key/bookmark provided instead of column value. |