[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
if the passed object is stored.
tests if an object is stored in this
.
Namespace: Db4objects.Db4o.Ext
ObjectContainer | |
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
true | |
Remarks
tests if an object is stored in this
.
ObjectContainer | |