Api.JetDetachDatabase method

Releases a database file that was previously attached to a database session.

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

Syntax

'Declaration
Public Shared Sub JetDetachDatabase ( _
    sesid As JET_SESID, _
    database As String _
)
'Usage
Dim sesid As JET_SESID
Dim database As StringApi.JetDetachDatabase(sesid, database)
public static void JetDetachDatabase(
    JET_SESID sesid,
    string database
)

Parameters

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace