[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

writes stored blob data to a file.

Namespace: Db4objects.Db4o.Types
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub WriteLocal ( _
	file As File _
)
C#
void WriteLocal (
	File file
)
Visual C++
void WriteLocal (
	File^ file
)

Parameters

file
File
the file the blob is to be written to.

Remarks

writes stored blob data to a file.

db4o will use the local file system in Client/Server mode also.

Exceptions

ExceptionCondition
System.IO.IOException in case of errors and in case no blob data was stored