Api.JetDelete 方法
刪除資料庫資料表中的目前記錄。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetDelete ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.JetDelete(sesid, tableid)
public static void JetDelete(
JET_SESID sesid,
JET_TABLEID tableid
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID開啟游標的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID資料庫資料表上的資料指標。 將會刪除目前的資料列。