[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 active.
tests if an object is activated.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function IsActive ( _ obj As Object _ ) As Boolean |
| C# |
|---|
bool IsActive ( Object obj ) |
| Visual C++ |
|---|
bool IsActive ( Object^ obj ) |
Parameters
- obj
- System.Object
to be tested
Return Value
true | |
Remarks
tests if an object is activated.
returns
if an object is not
stored within the
.
isActive | |
false | |
ObjectContainer | |