Click or drag to resize
ViewQuerySkip Method
Skip this number of records before starting to return the results

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

Parameters

count
Type: SystemInt32
The number of records to skip

Return Value

Type: IViewQuery

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

Implements

IViewQuerySkip(Int32)
See Also