Méthode Api.JetSetCurrentIndex
Définissez l’index actuel d’un curseur.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur sur lequel définir l’index.
index
Type : System.StringNom de l’index à sélectionner. Si cette valeur est null ou vide, l’index principal est sélectionné.