configuration interface for fields of classes.
For a list of all members of this type, see ObjectField Members.
[Visual Basic] Public Interface ObjectField [C#] public interface ObjectField [C++] public __gc __interface ObjectField [JScript] public interface ObjectField
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);
Namespace: com.db4o.config
Assembly: db4o (in db4o.dll)
ObjectField Members | com.db4o.config Namespace