IStoredField.

GetStoredType() Method

Summary

returns the Class (Java) / Type (.NET) of the field.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IStoredField

Syntax

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 Db4objects.Db4o.Ext.IStoredField.IsArray to detect arrays.

Return Value

Type Description
IReflectClass