Table of Contents

Method Skip

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Skip(int?)

Skips the the specified number of documents.

IFindFluent<TDocument, TProjection> Skip(int? skip)

Parameters

skip int?

The skip.

Returns

IFindFluent<TDocument, TProjection>

The fluent find interface.