db4o

ObjectClass.updateDepth Method 

specifies the updateDepth for this class.

[Visual Basic]
Sub updateDepth( _ 
   ByVal depth As Integer _ 
)
[C#]
void updateDepth(
   int depth
);
[C++]
void updateDepth(
   int depth
);
[JScript]
function updateDepth(
   int depth
);

Parameters

depth
the depth of the desired update for this class.

Remarks

specifies the updateDepth for this class.

see the documentation of com.db4o.ObjectContainer.set for further details.

The default setting is 0: Only the object passed to com.db4o.ObjectContainer.set will be updated.

See Also

ObjectClass Interface | com.db4o.config Namespace | com.db4o.config.Configuration.updateDepth | com.db4o.config.ObjectClass.cascadeOnUpdate | com.db4o.config.ObjectField.cascadeOnUpdate | Using callbacks