[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
allows to specify if transient fields are to be stored.
Namespace: Db4objects.Db4o.Config
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub StoreTransientFields ( _
flag As Boolean _
) |
C# |
---|
void StoreTransientFields (
bool flag
) |
Visual C++ |
---|
void StoreTransientFields (
bool flag
) |
Parameters
- flag
- System.Boolean
whether or not transient fields are to be stored.
Remarks