IMongoDatabase Interface |
Namespace: MongoDB.Driver
The IMongoDatabase type exposes the following members.
Name | Description | |
---|---|---|
CreateCollectionAsync |
Creates the collection with the specified name.
| |
DropCollectionAsync |
Drops the collection with the specified name.
| |
GetCollectionTDocument |
Gets a collection.
| |
ListCollectionsAsync |
Lists all the collections on the server.
| |
RenameCollectionAsync |
Renames the collection.
| |
RunCommandAsyncTResult |
Runs a command.
|
Name | Description | |
---|---|---|
Client |
Gets the client.
| |
DatabaseNamespace |
Gets the namespace of the database.
| |
Settings |
Gets the settings.
|