Method Skip
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.
Skips the the specified number of documents.
IFindFluent<TDocument, TProjection> Skip(int? skip)
skip
int?The skip.
The fluent find interface.