[This is preliminary documentation and is subject to change.]

The RavenDB class provides access to a document store through a property. It also allows connection capability.

Namespace: DataCore
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class RavenDB
Visual Basic
Public Class RavenDB
Visual C++
public ref class RavenDB

Inheritance Hierarchy

System..::..Object
  DataCore..::..RavenDB

See Also