Click or drag to resize

Orthogonal.ObjectDb.Esent Namespace

An Object Database implementation using a local in-process ESENT database as the backing storage.
Classes
  ClassDescription
Public classObjectDb
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
  InterfaceDescription
Public interfaceIObjectDbEsent
This interface defines the public behaviour of an Object Database backed by an ESENT database.
Enumerations