Metode Api.JetMove (JET_SESID, JET_TABLEID, Int32, MoveGrbit)

Navigasikan melalui indeks. Kursor dapat diposisikan di awal atau akhir indeks dan dipindahkan mundur dan maju dengan jumlah entri indeks tertentu. Lihat juga TryMoveFirst(JET_SESID, JET_TABLEID), TryMoveLast(JET_SESID, JET_TABLEID), TryMoveNext(JET_SESID, JET_TABLEID), TryMovePrevious(JET_SESID, JET_TABLEID).

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'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
)

Parameter

  • numRows
    Jenis: System.Int32

    Offset yang menunjukkan seberapa jauh untuk memindahkan kursor.

Lihat juga

Referensi

Kelas Api

Anggota api

Kelebihan beban JetMove

Namespace Microsoft.Isam.Esent.Interop