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

creates an in-memory database with the passed content bytes and adds it to the adapter for the specified name.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub Put ( _
	name As String, _
	bytes As Byte() _
)
C#
public virtual void Put (
	string name,
	byte[] bytes
)
Visual C++
public:
virtual void Put (
	String^ name, 
	array<unsigned char>^ bytes
)

Parameters

name
System.String
the name to be use for #openFile() or #openServer() calls
bytes
System.Byte[]
the database content

Remarks

creates an in-memory database with the passed content bytes and adds it to the adapter for the specified name.