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

Must be called before databases are created or opened so that db4o will control versions and generate UUIDs for objects of this class, which is required for using replication.

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

Syntax

Visual Basic (Declaration)
Sub EnableReplication ( _
	setting As Boolean _
)
C#
void EnableReplication (
	bool setting
)
Visual C++
void EnableReplication (
	bool setting
)

Parameters

setting
System.Boolean

Remarks

Must be called before databases are created or opened so that db4o will control versions and generate UUIDs for objects of this class, which is required for using replication.