Summary
configures db4o to call Intern() on strings upon retrieval.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- ICommonConfiguration
Syntax
bool InternStrings { set; }Remarks
    configures db4o to call Intern on strings upon retrieval if set to true.
    In client/server environment the setting should be used on both
    client and server.
    
	Value
| Type | Description | 
|---|---|
| bool |