Limit the number of the returned documents to the specified number
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery Limit(
int limit
)
Function Limit (
limit As Integer
) As IViewQuery
IViewQuery^ Limit(
int limit
)
abstract Limit :
limit : int -> IViewQuery
Parameters
- limit
- Type: SystemInt32
The numeric limit
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also