db4o

StoredField.getName Method 

returns the name of the field.

[Visual Basic]
Function getName() As String
[C#]
string getName();
[C++]
String* getName();
[JScript]
function getName(): String;

Remarks

returns the name of the field.

See Also

StoredField Interface | com.db4o.ext Namespace