Api.MoveAfterLast method

Position the cursor after the last record in the table. A subsequent move previous will position the cursor on the last record.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace