QueryOptionsGetLimit Method |
Note: This API is now obsolete.
Gets 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 int GetLimit()
Return Value
Type:
Int32The doc count limit
See Also