Summary
called after an object was updated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectCallbacks
Syntax
void ObjectOnUpdate(IObjectContainer container)
Remarks
called after an object was updated.
Parameters
Name | Type | Description |
---|---|---|
container | IObjectContainer | the ObjectContainer the object is stored in. |
Return Value
Type | Description |
---|---|
void |