NoSqlUtility Class |
Namespace: Galactic.NoSql
The NoSqlUtility type exposes the following members.
| Name | Description | |
|---|---|---|
| NoSqlUtility | Initializes a new instance of the NoSqlUtility class |
| Name | Description | |
|---|---|---|
| AddOrReplace |
Adds or replaces a document in the store with the specified id.
| |
| Delete |
Deletes the specified id and it's associated document from the database.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get |
Gets a document from the database with the specified id.
| |
| GetByQuery |
Gets documents from the database that correspond to the supplied query.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogException |
Logs an exception to the event log.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |