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

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

Exceptions

ExceptionCondition
System.IO.IOExceptionin case of errors