Api.MoveAfterLast 方法

将光标置于表中最后一条记录之后。 上一个后续移动会将光标置于最后一条记录上。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Sub MoveAfterLast ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.MoveAfterLast(sesid, tableid)
public static void MoveAfterLast(
    JET_SESID sesid,
    JET_TABLEID tableid
)

参数

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间