| Orthogonal.ObjectDb.Esent Namespace |
An
Object Database implementation using a local in-process
ESENT database as the backing storage.
Classes
| Class | Description |
---|
| ObjectDb |
Implementation of the ESENT backed object database. For historical reasons, a private constructor ensures
that callers do not create an instance of this class directly, but they must use one of the Create
factory methods which return a IObjectDbEsent interface.
|
Interfaces
| Interface | Description |
---|
| IObjectDbEsent |
This interface defines the public behaviour of an Object Database backed by an ESENT database.
|
Enumerations