db4o

StoredField.isArray Method 

returns true if the field is an array.

[Visual Basic]
Function isArray() As Boolean
[C#]
bool isArray();
[C++]
bool isArray();
[JScript]
function isArray(): bool;

Remarks

returns true if the field is an array.

See Also

StoredField Interface | com.db4o.ext Namespace