My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
T_MongoDB_Driver_Database  
API documentation for the Database type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

The default implementation of the database interface

Members

Fields

Name Literal Comments
NUM_CURSORS_BEFORE_KILL The maximum number of cursors allowed
StandardCollectionNames

Methods

Constructors

AddUser

ClearCollectionCache

||Clears the collection cache.
Database(MongoDB.Driver.IServer, MongoDB.Driver.IDBBinding)
void AddUser(string username, SecureString passwd)
void ClearCollectionCache()

DropCollection

ExecuteCommand

||===== Returns ===== The response object
void DropCollection(IDBCollection collection)
IDBObject ExecuteCommand(DBQuery cmd)

GetCollection

||===== Returns =====
IDBCollection GetCollection(Uri collectionUri)

GetSisterDatabase

||===== Returns =====
IDatabase GetSisterDatabase(Uri databaseUri)

ToString

||===== Returns ===== A String that represents this instance.
string ToString()


Sign in to add a comment
Powered by Google Project Hosting