Summary
called after an object was deleted.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectCallbacks
Syntax
void ObjectOnDelete(IObjectContainer container)
Remarks
called after an object was deleted.
In a client/server setup this callback method will be executed on the server.
In a client/server setup this callback method will be executed on the server.
Parameters
Name | Type | Description |
---|---|---|
container | IObjectContainer | the ObjectContainer the object was stored in. |
Return Value
Type | Description |
---|---|
void |