Allow database files to be copied, and then the copy used in the
same database environment as the original.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public void ResetFileID(
string file,
bool encrypted
) |
Visual Basic (Declaration) |
---|
Public Sub ResetFileID ( _
file As String, _
encrypted As Boolean _
) |
Visual C++ |
---|
public:
void ResetFileID(
String^ file,
bool encrypted
) |
Parameters
- file
- Type: System..::.String
The name of the physical file in which new file IDs are to be created.
- encrypted
- Type: System..::.Boolean
If true, he file contains encrypted databases.
Remarks
See Also