Api.JetSeek method
Efficiently positions a cursor to an index entry that matches the search criteria specified by the search key in that cursor and the specified inequality. A search key must have been previously constructed using JetMakeKey(JET_SESID, JET_TABLEID, [], Int32, MakeKeyGrbit). Also see TrySeek(JET_SESID, JET_TABLEID, SeekGrbit).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Function JetSeek ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SeekGrbit _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SeekGrbit
Dim returnValue As JET_wrn
returnValue = Api.JetSeek(sesid, _
tableid, grbit)
public static JET_wrn JetSeek(
JET_SESID sesid,
JET_TABLEID tableid,
SeekGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
tableid
Type: Microsoft.Isam.Esent.Interop.JET_TABLEIDThe cursor to position.
grbit
Type: Microsoft.Isam.Esent.Interop.SeekGrbitSeek options.
Return value
Type: Microsoft.Isam.Esent.Interop.JET_wrn
An ESENT warning.