Method SetSkip
SetSkip(int)
Sets the number of documents the server should skip before returning the rest of the documents.
public virtual MongoCursor SetSkip(int skip)
Parameters
skip
intThe number of documents to skip.
Returns
- MongoCursor
The cursor (so you can chain method calls to it).