QueryOptionsSetStartKeyDocId Method |
Note: This API is now obsolete.
Sets the first 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 SetStartKeyDocId(
string startKeyDocId
)
Parameters
- startKeyDocId
- Type: SystemString
The first document ID to include in the result set
See Also