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

Creates and returns a new CachedIoAdapter

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

Syntax

Visual Basic (Declaration)
Public Overrides Function Open ( _
	path As String, _
	lockFile As Boolean, _
	initialLength As Long _
) As IoAdapter
C#
public override IoAdapter Open (
	string path,
	bool lockFile,
	long initialLength
)
Visual C++
public:
virtual IoAdapter^ Open (
	String^ path, 
	bool lockFile, 
	long long initialLength
) override

Parameters

path
System.String
database file path
lockFile
System.Boolean
determines if the file should be locked
initialLength
System.Int64
initial file length, new writes will start from this point