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 Return Value
Type:
BooleanWhether or not this query result set is stale (i.e. the database has been
updated since the query ran)
See Also