QueryOptionsSetUpdateSeq Method |
Note: This API is now obsolete.
Sets whether or not the results include the last sequence updated in the database
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use the appropriate property")]
public void SetUpdateSeq(
bool updateSeq
)
Parameters
- updateSeq
- Type: SystemBoolean
true if this instance returns the update sequence;
otherwise, false.
See Also