db4o

ExtObjectContainer.isStored Method 

tests if an object is stored in this

ObjectContainer
.

[Visual Basic]
Function isStored( _ 
   ByVal obj As Object _ 
) As Boolean
[C#]
bool isStored(
   object obj
);
[C++]
bool isStored(
   Object* obj
);
[JScript]
function isStored(
   Object obj
): bool;

Parameters

obj
to be tested

Return Value

true
if the passed object is stored.

Remarks

tests if an object is stored in this

ObjectContainer
.

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace