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

returns the Db4objects.Db4o.Ext.IObjectInfo for a stored object.

This method will return null, if the passed object is not stored to this
 Copy imageCopy Code
ObjectContainer
.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function GetObjectInfo ( _
	obj As Object _
) As IObjectInfo
C#
IObjectInfo GetObjectInfo (
	Object obj
)
Visual C++
IObjectInfo^ GetObjectInfo (
	Object^ obj
)

Parameters

obj
System.Object
the stored object

Return Value

the Db4objects.Db4o.Ext.IObjectInfo