Click or drag to resize

IResultSetAllResults Method

Cross platform API entry to get all results in a list. Same as ToList()

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
List<Result> AllResults()

Return Value

Type: ListResult
A list of results from the result set
See Also