Summary
reads a file into the db4o system and stores it as a blob.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Types - Containing Type
- IBlob
Syntax
void ReadFrom(File file)
Remarks
reads a file into the db4o system and stores it as a blob.
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 read from. |
Return Value
| Type | Description |
|---|---|
| void |