| QueryEnumerator Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite
 Syntax
Syntaxpublic sealed class QueryEnumerator : IEnumerator<QueryRow>, IEnumerator, IDisposable, IEnumerable<QueryRow>, IEnumerable
The QueryEnumerator type exposes the following members.
 Properties
Properties| 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. | 
 Methods
Methods| 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 | 
 See Also
See Also