QueryEnumerator Class |
Namespace: Couchbase.Lite
public sealed class QueryEnumerator : IEnumerator<QueryRow>, IEnumerator, IDisposable, IEnumerable<QueryRow>, IEnumerable
The QueryEnumerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of rows in the QueryEnumerator.
|
![]() | Current | |
![]() | SequenceNumber |
Gets the Database's sequence number at the time the View results were generated.
|
![]() | Stale | Obsolete. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the QueryEnumerator |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetRow | Obsolete.
Gets the QueryRow at the specified index in the results.
|
![]() | IsStale |
Returns whether or not this query result set is stale (i.e. the database has been
updated since the query ran)
|
![]() | MoveNext | |
![]() | Reset |