Destroy a Berkeley DB environment if it is not currently in use.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public static void Remove( string db_home ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Sub Remove ( _ db_home As String _ ) | 
| Visual C++ | 
|---|
| public: static void Remove( String^ db_home ) | 
Parameters
- db_home
- Type: System..::.String
 The database environment to be removed.





