Method Limit
Limit(int?)
Limits the number of documents.
Parameters
limit
int?The limit.
Returns
- IFind
Fluent <TDocument, TProjection> The fluent find interface.
Remarks
Limit of zero or null is equivalent to setting no limit.
Limits the number of documents.
limit
int?The limit.
The fluent find interface.
Limit of zero or null is equivalent to setting no limit.