Summary
writes stored blob data to a file.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Types - Containing Type
- IBlob
Syntax
void WriteTo(File file)
Remarks
writes stored blob data to a file.
In Client/Server mode db4o will open an additional socket and process writing data in an additional thread.
In Client/Server mode db4o will open an additional socket and process writing data in an additional thread.
Parameters
Name | Type | Description |
---|---|---|
file | File | the file the blob is to be written to. |
Return Value
Type | Description |
---|---|
void |