Metode Api.JetSetCurrentIndex
Atur indeks kursor saat ini.
Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)
Sintaks
'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
)
Parameter
sesid
Jenis: Microsoft.Isam.Esent.Interop.JET_SESIDSesi yang akan digunakan.
tableid
Jenis: Microsoft.Isam.Esent.Interop.JET_TABLEIDKursor untuk mengatur indeks.
indeks
Jenis: System.StringNama indeks yang akan dipilih. Jika ini null atau kosong, indeks utama akan dipilih.