db4o

IStoredField Methods

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

Public Instance Methods

Getreturns the field value on the passed object.
GetNamereturns the name of the field.
GetStoredTypereturns the Class (Java) / Type (.NET) of the field.
HasIndexReturns whether this field has an index or not.
IsArrayreturns true if the field is an array.
Renamemodifies the name of this stored field.
TraverseValues specialized highspeed API to collect all values of a field for all instances of a class, if the field is indexed.

See Also

IStoredField Interface | Db4objects.Db4o.Ext Namespace