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

sets the minimum activation depth to the desired value.

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

Syntax

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

Parameters

depth
System.Int32
the desired minimum activation depth

Remarks

sets the minimum activation depth to the desired value.

A class specific setting overrides the global setting

See Also