Summary
configures db4o to call #intern() on strings upon retrieval.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
void InternStrings(bool flag)
Remarks
configures db4o to call #intern() on strings upon retrieval.
In client/server environment the setting should be used on both
client and server.
Parameters
| Name | Type | Description |
|---|---|---|
| flag | bool | true to intern strings |
Return Value
| Type | Description |
|---|---|
| void |