IObjectClass.

StoreTransientFields(bool) Method

Summary

allows to specify if transient fields are to be stored.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Containing Type
IObjectClass

Syntax

void StoreTransientFields(bool flag)

Remarks

allows to specify if transient fields are to be stored.
The default for every class is false.

In client-server environment this setting should be used on both client and server.

This setting can be applied to an open object container.

Parameters

Name Type Description
flag bool whether or not transient fields are to be stored.

Return Value

Type Description
void