Api.TrySeek 方法
有效率地將游標定位到符合該資料指標中搜尋索引鍵所指定搜尋準則的索引項目目,以及指定的不等比較。 先前必須使用 JetMakeKey 來建構搜尋索引鍵。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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。