Get | returns the field value on the passed object. |
GetName | returns the name of the field. |
GetStoredType | returns the Class (Java) / Type (.NET) of the field. |
HasIndex | Returns whether this field has an index or not. |
IsArray | returns true if the field is an array. |
Rename | modifies 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. |
IStoredField Interface | Db4objects.Db4o.Ext Namespace