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

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: IDBObjectExtensions (class)

Methods:

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

Summary

Extension methods for IDBObject

Members

Methods

IsNumber

||===== Returns ===== trueif the specified value is a number; otherwise,false.
bool IsNumber(object value)

WasError

||===== Returns ===== true if this is a response from the server like {"ok":0}, false otherwise
bool WasError(IDBObject o, DBError& error)


Sign in to add a comment
Powered by Google Project Hosting