Api.JetDeleteTable method
Deletes a table from a database.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetDeleteTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
table As String _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim table As StringApi.JetDeleteTable(sesid, dbid, _
table)
public static void JetDeleteTable(
JET_SESID sesid,
JET_DBID dbid,
string table
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database to delete the table from.
table
Type: System.StringThe name of the table to delete.