db4o

Configuration.setBlobPath Method 

configures the path to be used to store and read Blob data.

[Visual Basic]
Sub setBlobPath( _ 
   ByVal path As String _ 
)
[C#]
void setBlobPath(
   string path
);
[C++]
void setBlobPath(
   String* path
);
[JScript]
function setBlobPath(
   String path
);

Parameters

path
the path to be used

Remarks

configures the path to be used to store and read Blob data.

See Also

Configuration Interface | com.db4o.config Namespace