IObjectClass.

EnableReplication(bool) Method

Summary

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.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

[System.ObsoleteAttribute(@"As of version 8.0 please use GenerateUUIDs(bool) and IFileConfiguration.GenerateCommitTimestamps(bool) instead")]
void EnableReplication(bool setting)

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.

Attributes

Type Description
ObsoleteAttribute

Parameters

Name Type Description
setting bool

Return Value

Type Description
void