Summary
can be used to turn the database file locking thread off.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IFileConfiguration
Syntax
bool LockDatabaseFile { set; }
Remarks
can be used to turn the database file locking thread off.
Caution!
If database file locking is turned off, concurrent write access to the same database file from different sessions will corrupt the database file immediately.
This method has no effect on open ObjectContainers. It will only affect how ObjectContainers are opened.
The default setting is true.
Caution!
If database file locking is turned off, concurrent write access to the same database file from different sessions will corrupt the database file immediately.
This method has no effect on open ObjectContainers. It will only affect how ObjectContainers are opened.
The default setting is true.
Value
Type | Description |
---|---|
bool |