db4o

IObjectTranslator.OnStore Method 

db4o calls this method during storage and query evaluation.

object OnStore(
   IObjectContainer container,
   object applicationObject
);

Parameters

container
the ObjectContainer used
applicationObject
the Object to be translated

Return Value

return the object to store.
It needs to be of the class storedClass() .

Remarks

db4o calls this method during storage and query evaluation.

See Also

IObjectTranslator Interface | Db4objects.Db4o.Config Namespace