Metodo Api.MoveAfterLast

Posizionare il cursore dopo l'ultimo record nella tabella. Uno spostamento successivo precedente posiziona il cursore sull'ultimo record.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

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

Parametri

Vedi anche

Riferimento

Classe Api

Membri dell'API

Spazio dei nomi Microsoft.Isam.Esent.Interop