IStoredClass.

StoredField(string, Object) Method

Summary

returns an existing stored field of this stored class.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IStoredClass

Syntax

IStoredField StoredField(string name, Object type)

Remarks

returns an existing stored field of this stored class.

Parameters

Name Type Description
name string the name of the field
type Object the type of the field. There are four possibilities how to supply the type:
- a Class object. (.NET: a Type object)
- a fully qualified classname.
- any object to be used as a template.

- null, if the first found field should be returned.

Return Value

Type Description
IStoredField the Db4objects.Db4o.Ext.IStoredField