Api.JetSetCurrentIndex 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 JetSetCurrentIndex ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As StringApi.JetSetCurrentIndex(sesid, tableid, _
index)
public static void JetSetCurrentIndex(
JET_SESID sesid,
JET_TABLEID tableid,
string index
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor to set the index on.
index
Type: System.StringThe name of the index to be selected. If this is null or empty the primary index will be selected.