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

specifies the global updateDepth.

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

Syntax

Visual Basic (Declaration)
Sub UpdateDepth ( _
	depth As Integer _
)
C#
void UpdateDepth (
	int depth
)
Visual C++
void UpdateDepth (
	int depth
)

Parameters

depth
System.Int32
the depth of the desired update.

Remarks

specifies the global updateDepth.

see the documentation of ObjectContainer.set() for further details.

The value be may be overridden for individual classes.

The default setting is 1: Only the object passed to ObjectContainer.set() will be updated.

See Also