Summary
    tuning feature: configures whether db4o should try to instantiate one instance
    of each persistent class on system startup.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- ICommonConfiguration
Syntax
bool TestConstructors { set; }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 a client/server environment it is good practice to configure the client and the server in exactly the same way.
Default value: true
	In a production environment this setting can be set to false, if all persistent classes have public default constructors.
In a client/server environment it is good practice to configure the client and the server in exactly the same way.
Default value: true
Value
| Type | Description | 
|---|---|
| bool | the desired setting |