IFileConfiguration.

LockDatabaseFile Property

Summary

can be used to turn the database file locking thread off.

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.

Value

Type Description
bool