[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Configures db4o to call intern() on strings upon retrieval.
Namespace: Db4objects.Db4o.Config
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub InternStrings ( _
doIntern As Boolean _
) |
C# |
---|
void InternStrings (
bool doIntern
) |
Visual C++ |
---|
void InternStrings (
bool doIntern
) |
Parameters
- doIntern
- System.Boolean
intern strings on retrieval if true, don't otherwise
Remarks