Summary
configures db4o to use an in-memory ID system.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Id System Configuration
Syntax
void UseInMemorySystem()
Remarks
configures db4o to use an in-memory ID system.
All IDs get written to the database file on every commit.
Return Value
Type | Description |
---|---|
void |