Summary
returns all class representations that are known to this
ObjectContainer because they have been used or stored.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
IReflectClass[] KnownClasses()
Remarks
returns all class representations that are known to this
ObjectContainer because they have been used or stored.
Return Value
Type | Description |
---|---|
IReflectClass[] | all class representations that are known to this ObjectContainer because they have been used or stored. |