Summary
tests if an object is activated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
bool IsActive(Object obj)
Remarks
tests if an object is activated.
isActive returns false if an object is not stored within the ObjectContainer.
isActive returns false if an object is not stored within the ObjectContainer.
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | to be tested |
Return Value
| Type | Description |
|---|---|
| bool | true if the passed object is active. |