Summary
configures db4o to generate UUIDs for stored objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
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 |