[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 an
ObjectClass
object
to configure the specified class.
The clazz parameter can be any of the following:
- a fully qualified classname as a String.
- a Class object.
- any other object to be used as a template.
Namespace: Db4objects.Db4o.Config
The clazz parameter can be any of the following:
- a fully qualified classname as a String.
- a Class object.
- any other object to be used as a template.
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ObjectClass ( _ clazz As Object _ ) As IObjectClass |
C# |
---|
IObjectClass ObjectClass ( Object clazz ) |
Visual C++ |
---|
IObjectClass^ ObjectClass ( Object^ clazz ) |
Parameters
- clazz
- System.Object
class name, Class object, or example object.