IExtObjectContainer.

Store(Object, int) Method

Summary

deep update interface to store or update objects.

Syntax

void Store(Object obj, int depth)

Remarks

deep update interface to store or update objects.

In addition to the normal storage interface, Db4objects.Db4o.IObjectContainer.Store(System.Object) , this method allows a manual specification of the depth, the passed object is to be updated.

Parameters

Name Type Description
obj Object the object to be stored or updated.
depth int the depth to which the object is to be updated

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.IObjectContainer.Store(System.Object)