Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the database engine that the application is no longer scanning the entire index the cursor is positioned on. This call reverses a notification sent by JetSetTableSequential(JET_SESID, JET_TABLEID, SetTableSequentialGrbit).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetResetTableSequential ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As ResetTableSequentialGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As ResetTableSequentialGrbitApi.JetResetTableSequential(sesid, _
tableid, grbit)
public static void JetResetTableSequential(
JET_SESID sesid,
JET_TABLEID tableid,
ResetTableSequentialGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor that was accessing the data.
grbit
Type: Microsoft.Isam.Esent.Interop.ResetTableSequentialGrbitReserved for future use.