opens an ObjectContainer on the specified database file for local use.
Subsidiary calls with the same database file name will return the same ObjectContainer object.
Every call to
openFile()requires a corresponding ObjectContainer.close .
opens an ObjectContainer on the specified database file for local use.
Subsidiary calls with the same database file name will return the same ObjectContainer object.
Every call to
openFile()requires a corresponding ObjectContainer.close .
public static IObjectContainer OpenFile(IConfiguration,string);
Operates just like Db4objects.Db4o.Db4oFactory.OpenFile , but uses the global db4o Configuration context. opens an ObjectContainer on the specified database file for local use.
Subsidiary calls with the same database file name will return the same ObjectContainer object.
Every call to
openFile()requires a corresponding ObjectContainer.close .
public static IObjectContainer OpenFile(string);
Db4oFactory Class | Db4objects.Db4o Namespace | Db4objects.Db4o.Config.IConfiguration.ReadOnly | Db4objects.Db4o.Config.IConfiguration.Encrypt | Db4objects.Db4o.Config.IConfiguration.Password