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)
Syntaxpublic IViewQuery Limit(
int limit
)
Public Function Limit (
limit As Integer
) As IViewQuery
public:
virtual IViewQuery^ Limit(
int limit
) sealed
abstract Limit :
limit : int -> IViewQuery
override Limit :
limit : int -> IViewQuery
Parameters
- limit
- Type: SystemInt32
The numeric limit
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQueryLimit(Int32)
See Also