DefragmentConfig.

ReadOnly(bool) Method

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.

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.

Parameters

Name Type Description
flag bool false, to turn off readonly mode.

Return Value

Type Description
void