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 ReadLocal(File file)
Remarks
reads a file into the db4o system and stores it as a blob.
db4o will use the local file system in Client/Server mode also.
db4o will use the local file system in Client/Server mode also.
Parameters
Name | Type | Description |
---|---|---|
file | File | the file the blob is to be read from. |
Return Value
Type | Description |
---|---|
void |