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

turns individual class activation depth configuration on and off.

This feature is turned on by default.

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

Syntax

Visual Basic (Declaration)
Sub ClassActivationDepthConfigurable ( _
	flag As Boolean _
)
C#
void ClassActivationDepthConfigurable (
	bool flag
)
Visual C++
void ClassActivationDepthConfigurable (
	bool flag
)

Parameters

flag
System.Boolean
false to turn the possibility to individually configure class activation depths off

See Also