Summary
Registers the given bin for this storage with the given URI.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- PagingMemoryStorage
Syntax
public virtual void Bin(string uri, IBin bin)
Remarks
Registers the given bin for this storage with the given URI.
Parameters
| Name | Type | Description |
|---|---|---|
| uri | string | |
| bin | IBin |
Return Value
| Type | Description |
|---|---|
| void |