Method Skip
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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.