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

returns the name of the file the blob was stored to.

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

Syntax

Visual Basic (Declaration)
Function GetFileName As String
C#
string GetFileName ()
Visual C++
String^ GetFileName ()

Return Value

String the name of the file.

Remarks

returns the name of the file the blob was stored to.

The method may return null, if the file was never stored.