| ObjectDbCreate Method (String) |
Constructs and opens an object database in a specified folder. The folder and database files in that folder
will be created if they don't exist. The core database file in the folder will be named objectdb.edb.
Namespace:
Orthogonal.ObjectDb.Esent
Assembly:
Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax public static IObjectDbEsent Create(
string folderName
)
Parameters
- folderName
- Type: SystemString
The name of the folder containing the database files.
Return Value
Type:
IObjectDbEsent
A reference to an object database that implements the
IObjectDbEsent interface.
See Also