IResultSet Interface |
Namespace: Couchbase.Lite.Query
public interface IResultSet : IEnumerable<IResult>, IEnumerable, IDisposable
The IResultSet type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIResult.) |