Metode Api.TryMoveLast

Coba pindah ke rekaman terakhir dalam tabel. Jika tabel kosong, ini mengembalikan false, jika kesalahan yang berbeda mengalami pengecualian dilemparkan.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'Declaration
Public Shared Function TryMoveLast ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As Boolean
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As Boolean

returnValue = Api.TryMoveLast(sesid, _
    tableid)
public static bool TryMoveLast(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Parameter

Nilai kembali

Jenis: System.Boolean
True jika pemindahan berhasil.

Lihat juga

Referensi

Kelas Api

Anggota api

Namespace Microsoft.Isam.Esent.Interop