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