SetCurrentIndexGrbit enumeration
Options for JetSetCurrentIndex2(JET_SESID, JET_TABLEID, String, SetCurrentIndexGrbit) and JetSetCurrentIndex3(JET_SESID, JET_TABLEID, String, SetCurrentIndexGrbit, Int32).
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 SetCurrentIndexGrbit
'Usage
Dim instance As SetCurrentIndexGrbit
[FlagsAttribute]
public enum SetCurrentIndexGrbit
Members
Member name | Description | |
---|---|---|
None | Default options. This is the same as MoveFirst. | |
MoveFirst | Indicates that the cursor should be positioned on the first entry of the specified index. If the current index is being selected then this option is ignored. | |
NoMove | Indicates that the cursor should be positioned on the index entry of the new index that corresponds to the record associated with the index entry at the current position of the cursor on the old index. |