Api.JetSeek 方法
有效地将游标定位到与该游标中的搜索键指定的搜索条件匹配的索引项和指定的不相等性。 以前必须使用 JetMakeKey (JET_SESID、JET_TABLEID、[]、Int32、MakeKeyGrbit) 构造搜索键。 另请参阅 TrySeek (JET_SESID、JET_TABLEID、SeekGrbit) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要定位的光标。
grbit
类型: Microsoft.Isam.Esent.Interop.SeekGrbit查找选项。
返回值
类型: Microsoft.Isam.Esent.Interop.JET_wrn
ESENT 警告。