Summary
Renames the bin for the given old URI to the new URI.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- IStorage
Syntax
void Rename(string oldUri, string newUri)
Remarks
Renames the bin for the given old URI to the new URI. If a bin for the new URI
exists, it will be overwritten.
Parameters
Name | Type | Description |
---|---|---|
oldUri | string | URI of the existing bin |
newUri | string | future URI of the bin |
Return Value
Type | Description |
---|---|
void |