db4o

IStoredClass.StoredField Method 

returns an existing stored field of this stored class.

IStoredField StoredField(
   string name,
   object type
);

Parameters

name
the name of the field
type
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

the Db4objects.Db4o.Ext.IStoredField

Remarks

returns an existing stored field of this stored class.

See Also

IStoredClass Interface | Db4objects.Db4o.Ext Namespace