Api.JetSetTableSequential method
Notifies the database engine that the application is scanning the entire index that the cursor is positioned on. Consequently, the methods that are used to access the index data will be tuned to make this scenario as fast as possible. Also see JetResetTableSequential(JET_SESID, JET_TABLEID, ResetTableSequentialGrbit).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetSetTableSequential ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SetTableSequentialGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SetTableSequentialGrbitApi.JetSetTableSequential(sesid, _
tableid, grbit)
public static void JetSetTableSequential(
JET_SESID sesid,
JET_TABLEID tableid,
SetTableSequentialGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor that will be accessing the data.
grbit
Type: Microsoft.Isam.Esent.Interop.SetTableSequentialGrbitReserved for future use.