db4o

IObjectCallbacks.ObjectCanNew Method 

called before an Object is stored the first time.

bool ObjectCanNew(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
is about to be stored to.

Return Value

false to prevent the object from being stored.

Remarks

called before an Object is stored the first time.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace