[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub DetectSchemaChanges ( _
	flag As Boolean _
)
C#
void DetectSchemaChanges (
	bool flag
)
Visual C++
void DetectSchemaChanges (
	bool flag
)

Parameters

flag
System.Boolean
the desired setting

Remarks

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

In a production environment this setting can be set to
 Copy imageCopy Code
false
, if all necessary classes have been stored to the database file and none of them have been modified since the last use.

Default value:
 Copy imageCopy Code
true