db4o

Db4oCollection.DeleteRemoved Method 

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

void 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