IConfiguration.

InternStrings(bool) Method

Summary

configures db4o to call #intern() on strings upon retrieval.

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