Remove the database specified by Filename and
DatabaseName.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public static void Remove( string Filename, string DatabaseName, DatabaseEnvironment DbEnv ) |
Visual Basic (Declaration) |
---|
Public Shared Sub Remove ( _ Filename As String, _ DatabaseName As String, _ DbEnv As DatabaseEnvironment _ ) |
Visual C++ |
---|
public: static void Remove( String^ Filename, String^ DatabaseName, DatabaseEnvironment^ DbEnv ) |
Parameters
- Filename
- Type: System..::.String
The file to remove
- DatabaseName
- Type: System..::.String
The database to remove
- DbEnv
- Type: BerkeleyDB..::.DatabaseEnvironment
The DatabaseEnvironment the database belongs to