db4o

IConfiguration.InternStrings Method 

Configures db4o to call intern() on strings upon retrieval.

void InternStrings(
   bool doIntern
);

Parameters

doIntern
intern strings on retrieval if true, don't otherwise

Remarks

Configures db4o to call intern() on strings upon retrieval.

See Also

IConfiguration Interface | Db4objects.Db4o.Config Namespace