db4o

Blob.getFileName Method 

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

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.

See Also

Blob Interface | com.db4o.types Namespace