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;
trueif the passed object is stored.
tests if an object is stored in this
ObjectContainer.
ExtObjectContainer Interface | com.db4o.ext Namespace