Summary
refreshs all members on a stored object to the specified depth.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
void Refresh(Object obj, int depth)
Remarks
refreshs all members on a stored object to the specified depth.
If a member object is not activated, it will be activated by this method.
The isolation used is READ COMMITTED. This method will read all objects and values that have been committed by other transactions.
If a member object is not activated, it will be activated by this method.
The isolation used is READ COMMITTED. This method will read all objects and values that have been committed by other transactions.
Parameters
Name | Type | Description |
---|---|---|
obj | Object | the object to be refreshed. |
depth | int |
the member
Db4objects.Db4o.Config.IConfiguration.ActivationDepth(System.Int32)
to which refresh is to cascade.
|
Return Value
Type | Description |
---|---|
void |