find (
Mongo.db
 
m
, 
string
 
ns
, 
Bson.document
 
query
, 
 
fields
, 
list
(
(
string
, 
int
)
)
 
orderby
, 
int
 
limit
, 
int
 
skip
, 
int
 
flags)
Full find function with all parameters.Creates a cursor with the given parameters and calls OP_QUERY to
initiate communications.The cursor value is then returned, you can then use
MongoCursor.next to
scan along from there.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.