Summary
writes stored blob data to a file.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Types - Containing Type
- IBlob
Syntax
void WriteLocal(File file)
Remarks
writes stored blob data to a file.
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 written to. |
Return Value
Type | Description |
---|---|
void |