Sets the limit for the number of items to return from the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0056
SyntaxIQuery Limit(
ulong limit
)
Parameters
- limit
- Type: SystemUInt64
The maximum number of items to return from the query
Return Value
Type:
IQuery[Missing <returns> documentation for "M:Couchbase.Lite.Query.IQuery.Limit(System.UInt64)"]
See Also