Api.JetSetCurrentIndex3 method

Set the current index of a cursor.

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

Syntax

'Declaration
Public Shared Sub JetSetCurrentIndex3 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    index As String, _
    grbit As SetCurrentIndexGrbit, _
    itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex3(sesid, _
    tableid, index, grbit, itagSequence)
public static void JetSetCurrentIndex3(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string index,
    SetCurrentIndexGrbit grbit,
    int itagSequence
)

Parameters

  • index
    Type: System.String

    The name of the index to be selected. If this is null or empty the primary index will be selected.

  • itagSequence
    Type: System.Int32

    Sequence number of the multi-valued column value which will be used to position the cursor on the new index. This parameter is only used in conjunction with NoMove. When this parameter is not present or is set to zero, its value is presumed to be 1.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace