[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 WriteTo ( _
	file As File _
)
C#
void WriteTo (
	File file
)
Visual C++
void WriteTo (
	File^ file
)

Parameters

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

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.

Exceptions

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