[This is preliminary documentation and is subject to change.]
The Database type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Database | Initializes a new instance of the Database class |
Methods
Name | Description | |
---|---|---|
![]() | Destructor | (Overrides DisposableObject Destructor .) |
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | GetCollectionNames |
Returns the names of collections in this database
|
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Ping |
Executes a NOP command that round-trips from the server
|
![]() | RunCommand |
Runs database-level command. Does not perform any error checks beyond network traffic req/resp passing
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_CMD_NameCStringBuffer | |
![]() | m_Collections |
Properties
Name | Description | |
---|---|---|
![]() | Collections |
Returns mounted collections
|
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | Item |
Returns an existing collection or creates a new one
|
![]() | Name | |
![]() | NextRequestID |
Generates request ID unique per server node
|
![]() | Server |
See Also