IObjectField Interface

Summary

configuration interface for fields of classes.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Implementing Types
graph BT Type["IObjectField"] class Type type-node Implementing0["Config4Field"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/Config4Field"

Syntax

public interface IObjectField

Remarks

configuration interface for fields of classes.

Use Db4objects.Db4o.Config.IObjectClass.ObjectField(System.String) to access this setting.

Methods

Name Value Summary
CascadeOnActivate(bool) void
sets cascaded activation behaviour.
CascadeOnDelete(bool) void
sets cascaded delete behaviour.
CascadeOnUpdate(bool) void
sets cascaded update behaviour.
Indexed(bool) void
turns indexing on or off.
Rename(string) void
renames a field of a stored class.