Api.JetPrepareUpdate 方法
准备要更新的游标。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetPrepareUpdate ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
prep As JET_prep _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim prep As JET_prepApi.JetPrepareUpdate(sesid, tableid, _
prep)
public static void JetPrepareUpdate(
JET_SESID sesid,
JET_TABLEID tableid,
JET_prep prep
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID正在启动更新的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要启动更新的游标。
准备
类型: Microsoft.Isam.Esent.Interop.JET_prep要准备的更新的类型。