Summary
Db4objects.Db4o.IO.IStorage
    implementation that produces
    Db4objects.Db4o.IO.IBin
    instances
    that operate in memory.
    Use this
    Db4objects.Db4o.IO.IStorage
    to work with db4o as an in-memory database.
    - Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .IO 
- Interfaces
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IStorage"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage"
	Type["PagingMemoryStorage"]
class Type type-node
						
					Syntax
public class PagingMemoryStorage : IStorageConstructors
| Name | Summary | 
|---|---|
| PagingMemoryStorage | |
| PagingMemoryStorage | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Bin | void | Registers the given bin for this storage with the given URI. | 
| Bin | IBin | Returns the memory bin for the given URI for external use. | 
| Delete | void | |
| Exists | bool | 
    returns true if a MemoryBin with the given URI name already exists
    in this Storage.
     | 
| Open | IBin | opens a MemoryBin for the given URI (name can be freely chosen). | 
| ProduceBin | IBin | |
| Rename | void |