Méthode API. JetMove (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
Naviguer dans un index. Le curseur peut être positionné au début ou à la fin de l’index et déplacé vers l’arrière et vers l’avant par un nombre spécifié d’entrées d’index. Consultez également TryMoveFirst (JET_SESID, JET_TABLEID), TryMoveLast (JET_SESID, JET_TABLEID), TryMoveNext (JET_SESID, JET_TABLEID), TryMovePrevious (JET_SESID, JET_TABLEID).
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetMove ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
numRows As Integer, _
grbit As MoveGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim numRows As Integer
Dim grbit As MoveGrbitApi.JetMove(sesid, tableid, numRows, _
grbit)
public static void JetMove(
JET_SESID sesid,
JET_TABLEID tableid,
int numRows,
MoveGrbit grbit
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser pour l’appel.
TableID
Type : Microsoft.ISAM.esent.Interop.JET_TABLEIDCurseur à positionner.
numRows
Type : System. Int32Décalage qui indique la distance de déplacement du curseur.
grbit
Type : Microsoft. ISAM. esent. Interop. MoveGrbitOptions de déplacement.