IConfiguration.

GenerateUUIDs(ConfigScope) Method

Summary

configures db4o to generate UUIDs for stored objects.

Syntax

void GenerateUUIDs(ConfigScope setting)

Remarks

configures db4o to generate UUIDs for stored objects. This setting should be used when the database is first created.

Parameters

Name Type Description
setting ConfigScope the scope for UUID generation: disabled, generate for all classes, or configure individually

Return Value

Type Description
void