Api.MoveBeforeFirst メソッド

テーブル内の最初のレコードの前にカーソルを置きます。 次に移動すると、最初のレコードにカーソルが置かれます。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (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 名前空間