Method Skip
Skip(int?)
Skips the the specified number of documents.
Parameters
skip
int?The skip.
Returns
- IFind
Fluent <TDocument, TProjection> The fluent find interface.
Skips the the specified number of documents.
skip
int?The skip.
The fluent find interface.