RenameDB Method

BerkeleyDB

Overload List

  NameDescription
RenameDB(String, String, Boolean)
Rename the underlying file represented by file using the value supplied to newname, incidentally renaming all of the databases it contained.
RenameDB(String, String, Boolean, Transaction)
Rename the underlying file represented by file using the value supplied to newname, incidentally renaming all of the databases it contained.
RenameDB(String, String, String, Boolean)
Rename the database specified by file and database to newname. If no database is specified, the underlying file represented by file is renamed using the value supplied to newname, incidentally renaming all of the databases it contained.
RenameDB(String, String, String, Boolean, Transaction)
Rename the database specified by file and database to newname. If no database is specified, the underlying file represented by file is renamed using the value supplied to newname, incidentally renaming all of the databases it contained.

See Also