Summary
Closes this object container.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o - Containing Type
- IObjectContainer
Syntax
bool Close()
Remarks
Closes this object container.
Calling Close() automatically performs a
Calling Close() automatically performs a
Db4objects.Db4o.IObjectContainer.Commit
.
Return Value
Type | Description |
---|---|
bool | success - true denotes that the object container was closed, false if it was already closed |