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

configures db4o to generate UUIDs for stored objects.

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

Syntax

Visual Basic (Declaration)
Sub GenerateUUIDs ( _
	setting As Integer _
)
C#
void GenerateUUIDs (
	int setting
)
Visual C++
void GenerateUUIDs (
	int setting
)

Parameters

setting
System.Int32
one of the following values:
-1 - off
1 - configure classes individually
Integer.MAX_Value - on for all classes

Remarks

configures db4o to generate UUIDs for stored objects.