db4o

IStoredField.GetStoredType Method 

returns the Class (Java) / Type (.NET) of the field.

IReflectClass GetStoredType();

Remarks

returns the Class (Java) / Type (.NET) of the field.

For array fields this method will return the type of the array. Use {link #isArray()} to detect arrays.

See Also

IStoredField Interface | Db4objects.Db4o.Ext Namespace