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

Summary

A Simple database binding.

Members

Methods

Constructors

Say

||===== Returns =====
DBBinding(MongoDB.Driver.IServerBinding, System.String, Boolean)
DBBinding(MongoDB.Driver.IServerBinding, System.Uri, Boolean)
bool Say(IDBCollection cmdCollection, IDBRequest request, bool checkError, bool suppressException)

Bind

Call

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

Equals

||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
bool Equals(object other)

GetHashCode

||===== Returns ===== A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
int GetHashCode()

GetSisterBinding

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

RequireConnection

||===== Returns =====
IDBConnection RequireConnection(Transaction transaction)

Say

SetCredentials

ToString

||===== Returns ===== A String that represents this instance.
void Say(IDBCollection cmdCollection, IDBRequest request, bool checkError)
void SetCredentials(string username, SecureString password)
string ToString()

TrySay

||===== Returns =====
bool TrySay(IDBCollection cmdCollection, IDBRequest request, bool checkError)


Sign in to add a comment
Powered by Google Project Hosting