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 SetSkip(int skip)

Parameters

skip int

The number of documents to skip.

Returns

MongoCursor

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