db4o

StoredField.GetStoredType Method 

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

ReflectClass 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

StoredField Interface | com.db4o.ext Namespace