Api.TrySeek 方法
有效地将游标定位到与该游标中的搜索键指定的搜索条件匹配的索引项和指定的不相等性。 搜索键必须以前使用 JetMakeKey 构造。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function TrySeek ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
grbit As SeekGrbit _
) As Boolean
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SeekGrbit
Dim returnValue As Boolean
returnValue = Api.TrySeek(sesid, _
tableid, grbit)
public static bool TrySeek(
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.SeekGrbitSeek 选项。
返回值
类型: System.Boolean
如果找到与条件匹配的记录,则为 True。