IIdSystemConfiguration.

UseInMemorySystem() Method

Summary

configures db4o to use an in-memory ID system.

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