db4o

IObjectCallbacks.ObjectCanUpdate Method 

called before a persisted Object is updated.

bool ObjectCanUpdate(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent the object from being updated.

Remarks

called before a persisted Object is updated.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace