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 );
configures objects are to be deleted from the database file if they are removed from this collection.
Default value:
false
Db4oCollection Interface | com.db4o.types Namespace