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

tuning feature: configures whether db4o should try to instantiate one instance of each persistent class on system startup.

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

Syntax

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

Parameters

flag
System.Boolean
the desired setting

Remarks

tuning feature: configures whether db4o should try to instantiate one instance of each persistent class on system startup.

In a production environment this setting can be set to
 Copy imageCopy Code
false
, if all persistent classes have public default constructors.

Default value:
 Copy imageCopy Code
true