Click or drag to resize

FindFluentBase<TDocument, TProjection>.Skip Method

Skips the the specified number of documents.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public abstract IFindFluent<TDocument, TProjection> Skip(
	Nullable<int> skip
)

Parameters

skip
Type: System.Nullable<Int32>
The skip.

Return Value

Type: IFindFluent<TDocument, TProjection>
The fluent find interface.

Implements

IFindFluent<TDocument, TProjection>.Skip(Nullable<Int32>)
See Also