Summary
configures the path to be used to store and read
Blob data.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
void SetBlobPath(string path)
Remarks
configures the path to be used to store and read
Blob data.
In client-server environment this setting should be used on the server side.
In client-server environment this setting should be used on the server side.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | the path to be used |
Return Value
| Type | Description |
|---|---|
| void |