[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)
returns the content bytes for a database with the given name.
Namespace: Db4objects.Db4o.IO
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function Get ( _ name As String _ ) As Byte() |
C# |
---|
public virtual byte[] Get ( string name ) |
Visual C++ |
---|
public: virtual array<unsigned char>^ Get ( String^ name ) |
Parameters
- name
- System.String
the name to be use for #openFile() or #openServer() calls
Return Value
the content bytes
Remarks
returns the content bytes for a database with the given name.