Method | Description | |
---|---|---|
Changes ( string database = null ) : IDatabaseChanges |
Subscribe to change notifications from the server
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
SetStudioConfigToAllowSingleDb ( ) : void |
Let the studio knows that it shouldn't display the warning about sys db access
|
Method | Description | |
---|---|---|
AssertValidConfiguration ( ) : void |
validate the configuration for the document store
|
|
CreateDatabaseChanges ( string database ) : IDatabaseChanges |
Creates embeddable instance of document changes
|
|
GetConnectionStringOptions ( ) : RavenConnectionStringOptions |
Create the connection string parser
|
|
InitializeInternal ( ) : void |
Initialize the document store access method to RavenDB
|
|
SetConnectionStringSettings ( RavenConnectionStringOptions options ) : void |
Copy the relevant connection string settings
|
Method | Description | |
---|---|---|
EmbeddableDocumentStore ( ) : System |
protected AssertValidConfiguration ( ) : void | ||
return | void |
public Changes ( string database = null ) : IDatabaseChanges | ||
database | string | |
return | IDatabaseChanges |
protected CreateDatabaseChanges ( string database ) : IDatabaseChanges | ||
database | string | Database name is ignored in embeddable document store |
return | IDatabaseChanges |
protected GetConnectionStringOptions ( ) : RavenConnectionStringOptions | ||
return | RavenConnectionStringOptions |
protected SetConnectionStringSettings ( RavenConnectionStringOptions options ) : void | ||
options | RavenConnectionStringOptions | |
return | void |
public SetStudioConfigToAllowSingleDb ( ) : void | ||
return | void |