Edit

Share via


LsGrbit enumeration

Options for JetSetLS(JET_SESID, JET_TABLEID, JET_LS, LsGrbit) and JetGetLS(JET_SESID, JET_TABLEID, JET_LS, LsGrbit).

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 LsGrbit
'Usage
Dim instance As LsGrbit
[FlagsAttribute]
public enum LsGrbit

Members

Member name Description
None Default options.
Reset The context handle for the chosen object should be reset to JET_LSNil.
Cursor Specifies the context handle should be associated with the given cursor.
Table Specifies that the context handle should be associated with the table associated with the given cursor. It is illegal to use this option with Cursor.

See also

Reference

Microsoft.Isam.Esent.Interop namespace