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