[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)
returns the
Db4objects.Db4o.Ext.IObjectInfo
for a stored object.
This method will return null, if the passed object is not stored to this
.
Namespace: Db4objects.Db4o.Ext
This method will return null, if the passed object is not stored to this
ObjectContainer | |
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