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: 0.0.0
Syntax
C#
public interface IResultSet : IEnumerable<IResult>, 
	IEnumerable, IDisposable

The IResultSet type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of results without doing a full enumeration
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIResult.)
Top
See Also