Click or drag to resize
ViewQueryLimit Method
Limit the number of the returned documents to the specified number

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

Parameters

limit
Type: SystemInt32
The numeric limit

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryLimit(Int32)
See Also