Método Api.JetDelete
Elimina el registro actual de una tabla de base de datos.
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'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
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que abrió el cursor.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor en una tabla de base de datos. Se eliminará la fila actual.