db4o

IStoredClass Methods

The methods of the IStoredClass interface are listed below. For a complete list of IStoredClass interface members, see the IStoredClass Members topic.

Public Instance Methods

GetIDsreturns an array of IDs of all stored object instances of this stored class.
GetNamereturns the name of this stored class.
GetParentStoredClassreturns the StoredClass for the parent of the class, this StoredClass represents.
GetStoredFieldsreturns all stored fields of this stored class.
Renamerenames this stored class.
StoredFieldreturns an existing stored field of this stored class.

See Also

IStoredClass Interface | Db4objects.Db4o.Ext Namespace