[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 a
Db4objects.Db4o.Ext.IStoredClass
meta information object.
There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified classname.
- a Class object.
- any object to be used as a template.
Namespace: Db4objects.Db4o.Ext
There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified classname.
- a Class object.
- any object to be used as a template.
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function StoredClass ( _ clazz As Object _ ) As IStoredClass |
| C# |
|---|
IStoredClass StoredClass ( Object clazz ) |
| Visual C++ |
|---|
IStoredClass^ StoredClass ( Object^ clazz ) |
Parameters
- clazz
- System.Object
class name, Class object, or example object.