Api.JetDelete 메서드
데이터베이스 테이블에서 현재 레코드를 삭제합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(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데이터베이스 테이블의 커서입니다. 현재 행이 삭제됩니다.