Recommend this page to a friend! |
Classes of Xavier Pérez | XMongoDB | doc/2-basic-select-operations.md | Download |
|
DownloadBasic Select OperationsConnect
SelectSelect the fields you want to be obtanied from mongoDB collection
Where
Important: each value must to match the type (numeric or string) of the value inserted in the mongodb collection. See advanced where for more options...Chapter 3 - Advanced select operations Run Query
The result is a MongoCursor object Manipulating cursorsOnce you has obtained a cursor, you can limit, skip or order results:
Getting cursorsRetrieve results and other info about the result query
|