[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns the Class (Java) / Type (.NET) of the field.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetStoredType As IReflectClass |
| C# |
|---|
IReflectClass GetStoredType () |
| Visual C++ |
|---|
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.
For array fields this method will return the type of the array. Use {link #isArray()} to detect arrays.