Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 2.7 KB

api.jetmove-method-jet-sesid-jet-tableid-int32-movegrbit-.md

File metadata and controls

98 lines (73 loc) · 2.7 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Api.JetMove method (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
Api.JetMove method (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
JetMove method (JET_SESID, JET_TABLEID, Int32, MoveGrbit)
M:Microsoft.Isam.Esent.Interop.Api.JetMove(Microsoft.Isam.Esent.Interop.JET_SESID,Microsoft.Isam.Esent.Interop.JET_TABLEID,System.Int32,Microsoft.Isam.Esent.Interop.MoveGrbit)
55100765
07/30/2014
reference
vb
csharp
Microsoft.Isam.Esent.Interop.Api.JetMove
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

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

Navigate through an index. The cursor can be positioned at the start or end of the index and moved backwards and forwards by a specified number of index entries. Also see 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
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Parameters

  • numRows
    Type: System.Int32

    An offset which indicates how far to move the cursor.

See also

Reference

Api class

Api members

JetMove overload

Microsoft.Isam.Esent.Interop namespace