IExtObjectContainer.

GetObjectInfo(Object) Method

Summary

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

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

Syntax

IObjectInfo GetObjectInfo(Object obj)

Parameters

Name Type Description
obj Object the stored object

Return Value

Type Description
IObjectInfo the Db4objects.Db4o.Ext.IObjectInfo