Summary
deep update interface to store or update objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
void Store(Object obj, int depth)
Remarks
deep update interface to store or update objects.
In addition to the normal storage interface,
In addition to the normal storage interface,
Db4objects.Db4o.IObjectContainer.Store(System.Object)
,
this method allows a manual specification of the depth, the passed object is to be updated.Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | the object to be stored or updated. |
| depth | int | the depth to which the object is to be updated |
Return Value
| Type | Description |
|---|---|
| void |
See Also
- Db4objects.Db4o.IObjectContainer.Store(System.Object)