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
- IConfiguration
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
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 |