Metodo Api.JetMove (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
Passare attraverso un indice. Il cursore può essere posizionato all'inizio o alla fine dell'indice e spostato indietro e avanti da un numero specificato di voci di indice. Vedere anche TryMoveFirst(JET_SESID, JET_TABLEID),TryMoveLast(JET_SESID, JET_TABLEID ), TryMoveNext(JET_SESID, JET_TABLEID), TryMovePrevious(JET_SESID, JET_TABLEID).
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'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
)
Parametri
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione da usare per la chiamata.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursore da posizionare.
numRows
Tipo: System.Int32Offset che indica la distanza per spostare il cursore.
grbit
Tipo: Microsoft.Isam.Esent.Interop.MoveGrbitOpzioni di spostamento.