Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DocumentStore ( string connectionString ) : System |
Initializes a new instance of the DocumentStore class.
|
|
GetLastWrittenEtag ( ) : Guid? |
Gets the etag of the last document written by any session belonging to this document store
|
|
Initialize ( ) : IDocumentStore | ||
OpenSession ( ) : IDocumentSession |
Opens the session.
|
Method | Description | |
---|---|---|
AssertValidConfiguration ( ) : void |
validate the configuration for the document store
|
|
InitializeInternal ( ) : void |
Initialize the document store access method to RavenDB
|
Method | Description | |
---|---|---|
AfterSessionCreated ( InMemoryDocumentSessionOperations session ) : void | ||
AssertInitialized ( ) : void | ||
EnsureNotClosed ( ) : void | ||
UpdateLastWrittenEtag ( System.Guid etag ) : void |
protected AssertValidConfiguration ( ) : void | ||
return | void |
public DocumentStore ( string connectionString ) : System | ||
connectionString | string | |
return | System |