refreshs all members on a stored object to the specified depth.
[Visual Basic] Sub refresh( _ ByVal obj As Object, _ ByVal depth As Integer _ ) [C#] void refresh( object obj, int depth ); [C++] void refresh( Object* obj, int depth ); [JScript] function refresh( Object obj, int depth );
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.
ExtObjectContainer Interface | com.db4o.ext Namespace