Edit

PrereadKeysGrbit enumeration

Options for JetPrereadKeys.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop.Windows7
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PrereadKeysGrbit
'Usage
Dim instance As PrereadKeysGrbit
[FlagsAttribute]
public enum PrereadKeysGrbit

Members

Member name Description
Forward Preread forward.
Backwards Preread backwards.

See also

Reference

Microsoft.Isam.Esent.Interop.Windows7 namespace