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

reads a file into the db4o system and stores it as a blob.

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

Syntax

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

Parameters

file
File
the file the blob is to be read from.

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.

Exceptions

ExceptionCondition
System.IO.IOExceptionin case of errors