[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
sets the raw byte data.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SetBytes ( _ bytes As Byte() _ ) |
C# |
---|
public virtual void SetBytes ( byte[] bytes ) |
Visual C++ |
---|
public: virtual void SetBytes ( array<unsigned char>^ bytes ) |
Parameters
- bytes
- System.Byte[]
the raw byte data.
Remarks
sets the raw byte data.
Caution!
Calling this method during a running Memory File session may produce unpreditable results.
Caution!
Calling this method during a running Memory File session may produce unpreditable results.