Método Api.JetMove (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
Navegue por un índice. El cursor se puede colocar al principio o al final del índice y desplazarse hacia atrás y hacia delante por un número especificado de entradas de índice. Consulte también TryMoveFirst(JET_SESID, JET_TABLEID), TryMoveLast(JET_SESID, JET_TABLEID), TryMoveNext(JET_SESID, JET_TABLEID), TryMovePrevious(JET_SESID, JET_TABLEID)).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'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
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar para la llamada.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor que se va a colocar.
numRows
Tipo: System.Int32Desplazamiento que indica hasta dónde mover el cursor.
grbit
Tipo: Microsoft.Isam.Esent.Interop.MoveGrbitOpciones de movimiento.