Summary
called before a persisted Object is updated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectCallbacks
Syntax
bool ObjectCanUpdate(IObjectContainer container)
Remarks
called before a persisted Object is updated.
Parameters
Name | Type | Description |
---|---|---|
container | IObjectContainer | the ObjectContainer the object is stored in. |
Return Value
Type | Description |
---|---|
bool | false to prevent the object from being updated. |