Click or drag to resize

QueryEnumeratorIsStale Method

Returns whether or not this query result set is stale (i.e. the database has been updated since the query ran)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsStale()

Return Value

Type: Boolean
Whether or not this query result set is stale (i.e. the database has been updated since the query ran)
See Also