IObjectClass.

GenerateUUIDs(bool) Method

Summary

generate UUIDs for stored objects of this class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

void GenerateUUIDs(bool setting)

Remarks

generate UUIDs for stored objects of this class. This setting should be used before the database is first created.

Parameters

Name Type Description
setting bool

Return Value

Type Description
void