[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

called before an Object is deleted.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function ObjectCanDelete ( _
	container As IObjectContainer _
) As Boolean
C#
bool ObjectCanDelete (
	IObjectContainer container
)
Visual C++
bool ObjectCanDelete (
	IObjectContainer^ container
)

Parameters

container
Db4objects.Db4o.IObjectContainer
the
 Copy imageCopy Code
ObjectContainer
the object is stored in.

Return Value

false to prevent the object from being deleted.

Remarks

called before an Object is deleted.

In a client/server setup this callback method will be executed on the server.