db4o

Db4oCollection.deleteRemoved Method 

configures objects are to be deleted from the database file if they are removed from this collection.

[Visual Basic]
Sub deleteRemoved( _ 
   ByVal flag As Boolean _ 
)
[C#]
void deleteRemoved(
   bool flag
);
[C++]
void deleteRemoved(
   bool flag
);
[JScript]
function deleteRemoved(
   bool flag
);

Parameters

flag
the desired setting

Remarks

configures objects are to be deleted from the database file if they are removed from this collection.

Default value:

false

See Also

Db4oCollection Interface | com.db4o.types Namespace