QueryOptionsSetEndKeyDocId Method |
Note: This API is now obsolete.
Sets the last document ID to include in the result set
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public void SetEndKeyDocId(
string endKeyDocId
)
Parameters
- endKeyDocId
- Type: SystemString
The last document ID to include in the result set
See Also