Api.JetGotoPosition method
Moves a cursor to a new location that is a fraction of the way through the current index. Also see JetGetRecordPosition(JET_SESID, JET_TABLEID, JET_RECPOS).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGotoPosition ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
recpos As JET_RECPOS _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim recpos As JET_RECPOSApi.JetGotoPosition(sesid, tableid, _
recpos)
public static void JetGotoPosition(
JET_SESID sesid,
JET_TABLEID tableid,
JET_RECPOS recpos
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor to position.
recpos
Type: Microsoft.Isam.Esent.Interop.JET_RECPOSThe approximate position to move to.