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

sets the maximum activation depth to the desired value.

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

Syntax

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

Parameters

depth
System.Int32
the desired maximum activation depth

Remarks

sets the maximum activation depth to the desired value.

A class specific setting overrides the global setting

See Also