Summary
Deletes the bin for the given URI from the storage.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- IStorage
Syntax
void Delete(string uri)
Remarks
Deletes the bin for the given URI from the storage.
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | bin URI |
Return Value
| Type | Description |
|---|---|
| void |