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

tests if an object is stored in this
 Copy imageCopy Code
ObjectContainer
.

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

Syntax

Visual Basic (Declaration)
Function IsStored ( _
	obj As Object _
) As Boolean
C#
bool IsStored (
	Object obj
)
Visual C++
bool IsStored (
	Object^ obj
)

Parameters

obj
System.Object
to be tested

Return Value

 Copy imageCopy Code
true
if the passed object is stored.

Remarks

tests if an object is stored in this
 Copy imageCopy Code
ObjectContainer
.