API. MoveBeforeFirst, méthode
Positionnez le curseur avant le premier enregistrement de la table. Un prochain déplacement suivant placera le curseur sur le premier enregistrement.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
TableID
Type : Microsoft.ISAM.esent.Interop.JET_TABLEIDTable à positionner.