db4o

CachedIoAdapter.Open Method 

Creates and returns a new CachedIoAdapter

public override IoAdapter Open(
   string path,
   bool lockFile,
   long initialLength
);

Parameters

path
database file path
lockFile
determines if the file should be locked
initialLength
initial file length, new writes will start from this point

See Also

CachedIoAdapter Class | Db4objects.Db4o.IO Namespace