ICommonConfiguration.

DetectSchemaChanges Property

Summary

tuning feature: configures whether db4o checks all persistent classes upon system startup, for added or removed fields.

Syntax

bool DetectSchemaChanges { set; }

Remarks

tuning feature: configures whether db4o checks all persistent classes upon system startup, for added or removed fields.

If this configuration setting is set to false while a database is being created, members of classes will not be detected and stored.

This setting can be set to false in a production environment after all persistent classes have been stored at least once and classes will not be modified any further in the future.

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