The methods of the IStoredField interface are listed below. For a complete list of IStoredField interface members, see the IStoredField Members topic.
![]() | returns the field value on the passed object. |
![]() | returns the name of the field. |
![]() | returns the Class (Java) / Type (.NET) of the field. |
![]() | Returns whether this field has an index or not. |
![]() | returns true if the field is an array. |
![]() | modifies the name of this stored field. |
![]() | 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