IConfiguration.

TestConstructors(bool) Method

Summary

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

Syntax

void TestConstructors(bool flag)

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 false, if all persistent classes have public default constructors.

In client-server environment this setting should be used on both client and server side.

Default value: true

Parameters

Name Type Description
flag bool the desired setting

Return Value

Type Description
void