[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 stored the first time.

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

Syntax

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

Parameters

container
Db4objects.Db4o.IObjectContainer
the
 Copy imageCopy Code
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.