Summary
allows turning on and off readonly mode.
When changed classes are likely to be detected defragment, it may be required to open the original database in read/write mode.
When changed classes are likely to be detected defragment, it may be required to open the original database in read/write mode.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- DefragmentConfig
Syntax
public virtual void ReadOnly(bool flag)
Remarks
allows turning on and off readonly mode.
When changed classes are likely to be detected defragment, it may be required to open the original database in read/write mode.
Readonly mode is the default setting.
When changed classes are likely to be detected defragment, it may be required to open the original database in read/write mode.
Readonly mode is the default setting.
Parameters
Name | Type | Description |
---|---|---|
flag | bool | false, to turn off readonly mode. |
Return Value
Type | Description |
---|---|
void |