Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IQuery Interface
IQuery Methods
Run Method
ToLiveQuery Method
IQuery
Run Method
Runs the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
Copy
IReadOnlyList
<
IQueryRow
>
Run
()
Return Value
Type:
IReadOnlyList
IQueryRow
The results of running the query
See Also
Reference
IQuery Interface
Couchbase.Lite.Query Namespace