Api.JetCloseTable method

Close an open table.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Sub JetCloseTable ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.JetCloseTable(sesid, tableid)
public static void JetCloseTable(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace