Api.JetMove 方法 (JET_SESID、JET_TABLEID、Int32、MoveGrbit)

浏览索引。 游标可以定位在索引的开头或末尾,并通过指定数量的索引条目向后和向前移动。 另请参阅 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
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

参数

  • numRows
    类型: System.Int32

    一个偏移量,指示光标的移动距离。

另请参阅

参考

Api 类

Api 成员

JetMove 重载

Microsoft.Isam.Esent.Interop 命名空间