Summary
returns a
There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified class name.
- a Class object.
- any object to be used as a template.
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 class name.
- a Class object.
- any object to be used as a template.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
IStoredClass StoredClass(Object clazz)
Parameters
Name | Type | Description |
---|---|---|
clazz | Object | class name, Class object, or example object. |
Return Value
Type | Description |
---|---|
IStoredClass |
an instance of an
Db4objects.Db4o.Ext.IStoredClass
meta information object.
|