db4o

ObjectClass.ObjectField Method 

returns an ObjectField object to configure the specified field.

ObjectField ObjectField(
   string fieldName
);

Parameters

fieldName
the fieldname of the field to be configured.

Return Value

an instance of an ObjectField object for configuration.

See Also

ObjectClass Interface | com.db4o.config Namespace