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.
Syntax
[System.ObsoleteAttribute(@"As of version 8.0 please use GenerateUUIDs(bool) and IFileConfiguration.GenerateCommitTimestamps(bool) instead")]
void EnableReplication(bool setting)
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