db4o

IObjectClass.ObjectField Method 

returns an ObjectField object to configure the specified field.

IObjectField 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

IObjectClass Interface | Db4objects.Db4o.Config Namespace