Click or drag to resize

ILimitRouterLimit Method (IExpression)

Limits a query to the given count (ulong, parameter, etc)

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
ILimit Limit(
	IExpression limit
)

Parameters

limit
Type: Couchbase.Lite.QueryIExpression
The amount to limit the query to

Return Value

Type: ILimit
The query for further processing
See Also