IViewQuery Skip Method Couchbase .NET SDK 2.0
Skip this number of records before starting to return the results

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IViewQuery Skip(
	int count
)

Parameters

count
Type: System Int32
The number of records to skip

Return Value

Type: IViewQuery

[Missing <returns> documentation for "M:Couchbase.Views.IViewQuery.Skip(System.Int32)"]

See Also