Summary
tests if an object is stored in this ObjectContainer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
bool IsStored(Object obj)
Remarks
tests if an object is stored in this ObjectContainer.
Parameters
Name | Type | Description |
---|---|---|
obj | Object | to be tested |
Return Value
Type | Description |
---|---|
bool | true if the passed object is stored. |