Summary
returns the
This method will return null, if the passed object is not stored to this ObjectContainer.
Db4objects.Db4o.Ext.IObjectInfo
for a stored object.
This method will return null, if the passed object is not stored to this ObjectContainer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
IObjectInfo GetObjectInfo(Object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | Object | the stored object |
Return Value
Type | Description |
---|---|
IObjectInfo |
the
Db4objects.Db4o.Ext.IObjectInfo
|