Summary
tuning feature: configures whether db4o checks all persistent classes upon system
startup, for added or removed fields.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ICommonConfiguration
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
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 |