[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
configures objects are to be deleted from the database file if they are
removed from this collection.
Namespace: Db4objects.Db4o.Types
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub DeleteRemoved ( _
flag As Boolean _
) |
| C# |
|---|
void DeleteRemoved (
bool flag
) |
| Visual C++ |
|---|
void DeleteRemoved (
bool flag
) |
Parameters
- flag
- System.Boolean
the desired setting
Remarks