Summary
returns the name of the file the blob was stored to.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Types - Containing Type
- IBlob
Syntax
string GetFileName()
Remarks
returns the name of the file the blob was stored to.
The method may return null, if the file was never stored.
The method may return null, if the file was never stored.
Return Value
Type | Description |
---|---|
string | String the name of the file. |