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

returns the raw byte data.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetBytes As Byte()
C#
public virtual byte[] GetBytes ()
Visual C++
public:
virtual array<unsigned char>^ GetBytes ()

Return Value

bytes the raw byte data.

Remarks

returns the raw byte data.

Use this method to get the byte data from the MemoryFile to store it to other media or databases, for backup purposes or to create other MemoryFile sessions.

The byte data from a MemoryFile should only be used after it is closed.