db4o

IObjectCallbacks.ObjectCanDelete Method 

called before an Object is deleted.

bool ObjectCanDelete(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent the object from being deleted.

Remarks

called before an Object is deleted.

In a client/server setup this callback method will be executed on the server.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace