Api.TryMoveLast 方法
嘗試移至資料表中的最後一筆記錄。 如果資料表是空的,則會傳回 false,如果遇到不同的錯誤,則會擲回例外狀況。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要放置的資料指標。
傳回值
類型: System.Boolean
如果移動成功,則為 True。