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

The RavenDB type exposes the following members.

Constructors

  NameDescription
Public methodRavenDB
Initializes a new instance of the RavenDB class

Methods

  NameDescription
Public methodConnect
Uses .Net 'Connection String' functionality to connect to a DB server IP, port, and Database name. See the appropiate string in the Web.config file.

Remarks

You MUST change the connection string in the web.config file if you are running the server on a separate machine, or with a different database name!!!

Properties

  NameDescription
Public propertyDocStore
The Document Store that we are using on the server.

See Also