[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

 Copy imageCopy Code
true
if the passed object is active.

Remarks

tests if an object is activated.

 Copy imageCopy Code
isActive
returns
 Copy imageCopy Code
false
if an object is not stored within the
 Copy imageCopy Code
ObjectContainer
.