QueryOptionsSetLimit Method |
Note: This API is now obsolete.
Sets the number of docs to limit the query to
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public void SetLimit(
int limit
)
Parameters
- limit
- Type: SystemInt32
The doc count limit
See Also