Click or drag to resize
IViewQueryLimit 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
IViewQuery Limit(
	int limit
)

Parameters

limit
Type: SystemInt32
The numeric limit

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also