Api.GetBookmark 方法
检索与光标当前位置的索引项关联的记录的书签。 然后,可以使用此书签使用 JetGotoBookmark 将光标重新定位回同一记录。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function GetBookmark ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
) As Byte()
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As Byte()
returnValue = Api.GetBookmark(sesid, _
tableid)
public static byte[] GetBookmark(
JET_SESID sesid,
JET_TABLEID tableid
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中检索书签的游标。
返回值
类型:[]
记录的书签。