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
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID用于调用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要定位的光标。
numRows
类型: System.Int32一个偏移量,指示光标的移动距离。
grbit
类型: Microsoft.Isam.Esent.Interop.MoveGrbit移动选项。