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