Share via


Api.MoveBeforeFirst 方法

將游標放在資料表中的第一筆記錄之前。 接下來的後續移動會將游標放在第一筆記錄上。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

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

參數

另請參閱

參考

Api 類別

Api 成員

Microsoft.Isam.Esent.Interop 命名空間