Click or drag to resize

IResultSet Interface

An interface representing an enumerable collection of results from a given IQuery.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IResultSet : IEnumerable<Result>, 
	IEnumerable

The IResultSet type exposes the following members.

Methods
  NameDescription
Public methodAllResults
Cross platform API entry to get all results in a list. Same as ToList()
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableResult.)
Top
See Also