db4o

IObjectField Interface

configuration interface for fields of classes.

For a list of all members of this type, see IObjectField Members.

public interface IObjectField

Remarks

configuration interface for fields of classes.

Examples: ../com/db4o/samples/translators.

Use the global Configuration object to configure db4o before opening an ObjectContainer .

Example:

            Configuration config = Db4o.configure();
ObjectClass oc = config.objectClass("package.className");
ObjectField of = oc.objectField("fieldName"); of.rename("newFieldName"); of.queryEvaluation(false);

Requirements

Namespace: Db4objects.Db4o.Config

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

IObjectField Members | Db4objects.Db4o.Config Namespace