[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

refreshs all members on a stored object to the specified depth.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub Refresh ( _
	obj As Object, _
	depth As Integer _
)
C#
void Refresh (
	Object obj,
	int depth
)
Visual C++
void Refresh (
	Object^ obj, 
	int depth
)

Parameters

obj
System.Object
the object to be refreshed.
depth
System.Int32
the member depth to which refresh is to cascade.

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.