Summary
called before an Object is stored the first time.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectCallbacks
Syntax
bool ObjectCanNew(IObjectContainer container)
Remarks
called before an Object is stored the first time.
Parameters
| Name | Type | Description |
|---|---|---|
| container | IObjectContainer | the ObjectContainer is about to be stored to. |
Return Value
| Type | Description |
|---|---|
| bool | false to prevent the object from being stored. |