0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Dwight 2010-12-29 13:28:37 -05:00
parent e6452738d8
commit be01a4f1d1

View File

@ -722,7 +722,7 @@ namespace mongo {
You may format as
{ query: { ... }, orderby: { ... } }
to specify a sort order.
@param nToReturn n to return. 0 = unlimited
@param nToReturn n to return (i.e., limit). 0 = unlimited
@param nToSkip start with the nth item
@param fieldsToReturn optional template of which fields to select. if unspecified, returns all fields
@param queryOptions see options enum at top of this file