Table of Contents

Method SetSkip

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

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 int

The number of documents to skip.

Returns

MongoCursor<TDocument>

The cursor (so you can chain method calls to it).