My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: IDBBinding (interface)

Methods:

T_MongoDB_Driver_IDBBinding  
API documentation for the IDBBinding type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Example

DBBinding withport = new DBBinding("localhost", 1910, "db"); //Equivalent to "mongo://localhost:1910/db"

Members

Methods

Bind

Call

||===== Returns =====
void Bind(IDatabase database)
IDBResponse<TDoc> Call<TDoc>(IDBCollection cmdCollection, IDBRequest msg)

GetSisterBinding

||===== Returns =====
IDBBinding GetSisterBinding(Uri name)

Say

SetCredentials

TrySay

||===== Returns =====
void Say(IDBCollection cmdCollection, IDBRequest msg, bool checkError)
void SetCredentials(string username, SecureString passwd)
bool TrySay(IDBCollection cmdCollection, IDBRequest msg, bool checkError)


Sign in to add a comment
Powered by Google Project Hosting