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.1.0-b0232
Syntax List<Result> AllResults()
Return Value
Type:
ListResultA list of results from the result set
See Also